PBXT: foreign key support

This commit is contained in:
Marc Delisle
2008-05-04 18:36:17 +00:00
parent f0cd8feebe
commit 7c5d5c466a
64 changed files with 192 additions and 170 deletions

View File

@@ -50,7 +50,7 @@ danbarry
+ [engines] Maria support + [engines] Maria support
+ [engines] MyISAM and InnoDB: support ROW_FORMAT table option + [engines] MyISAM and InnoDB: support ROW_FORMAT table option
+ prevent search indexes from indexing phpMyAdmin installations + prevent search indexes from indexing phpMyAdmin installations
+ [engines] PBXT: table options + [engines] PBXT: table options, foreign key (relation view, designer)
2.11.7.0 (not yet released) 2.11.7.0 (not yet released)
- bug #1908719 [interface] New field cannot be auto-increment and primary key - bug #1908719 [interface] New field cannot be auto-increment and primary key

View File

@@ -553,7 +553,6 @@ $strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoD
$strInnoDBPages = 'pages'; //to translate $strInnoDBPages = 'pages'; //to translate
$strInnodbStat = 'InnoDB Status'; //to translate $strInnodbStat = 'InnoDB Status'; //to translate
$strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate
$strInternalRelations = 'Internal relations'; //to translate $strInternalRelations = 'Internal relations'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate $strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate $strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
@@ -996,7 +995,6 @@ $strDirectLinks = 'Direct links'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate $strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate $strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate $strRelationDeleted = 'Relation deleted'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate $strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate $strExportImportToScale = 'Export/Import to scale'; //to translate
@@ -1072,4 +1070,6 @@ $strWebServerInformation = 'Web server information'; //to translate
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate $strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
$strEvents = 'Events'; //to translate $strEvents = 'Events'; //to translate
$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
?> ?>

View File

@@ -266,7 +266,6 @@ $strInnodbStat = 'Gjëndja InnoDB';
$strInsecureMySQL = 'File i konfigurimit në përdorim përmban zgjedhje (root pa asnjë password) që korrispondojnë me të drejtat e account MySQL të paracaktuar. Një server MySQL funksionues me këto zgjedhje është i pambrojtur ndaj sulmeve, dhe ju duhet patjetër të korrigjoni këtë vrimë në siguri.'; $strInsecureMySQL = 'File i konfigurimit në përdorim përmban zgjedhje (root pa asnjë password) që korrispondojnë me të drejtat e account MySQL të paracaktuar. Një server MySQL funksionues me këto zgjedhje është i pambrojtur ndaj sulmeve, dhe ju duhet patjetër të korrigjoni këtë vrimë në siguri.';
$strInsertAsNewRow = 'Shto një rresht të ri'; $strInsertAsNewRow = 'Shto një rresht të ri';
$strInsert = 'Shto'; $strInsert = 'Shto';
$strInternalNotNecessary = '* Nuk ka nevojë për një relacion të brendshëm kur ky relacion ekziston në InnoDB.';
$strInternalRelations = 'Relacione të brendshme'; $strInternalRelations = 'Relacione të brendshme';
$strInUse = 'në përdorim'; $strInUse = 'në përdorim';
@@ -995,7 +994,6 @@ $strDirectLinks = 'Direct links'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate $strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate $strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate $strRelationDeleted = 'Relation deleted'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate $strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate $strExportImportToScale = 'Export/Import to scale'; //to translate
@@ -1071,4 +1069,6 @@ $strWebServerInformation = 'Web server information'; //to translate
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate $strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
$strEvents = 'Events'; //to translate $strEvents = 'Events'; //to translate
$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
?> ?>

View File

@@ -254,7 +254,6 @@ $strInnodbStat = 'وضع InnoDB';
$strInsecureMySQL = 'يحتوي ملف الإعدادت الخاص بك تعيينات )المستخدم root دون كلمة مرور( والذي يشير إلى حساب المستخدم الرئيسي لـMySQL. خادم MySQL الذي يعمل بهذه الإعدادت الافتراضية معرض لخطر الاقتحام، وعليك أن تقوم بإصلاح ثغرة الأمان هذه في أقرب وقت ممكن.'; $strInsecureMySQL = 'يحتوي ملف الإعدادت الخاص بك تعيينات )المستخدم root دون كلمة مرور( والذي يشير إلى حساب المستخدم الرئيسي لـMySQL. خادم MySQL الذي يعمل بهذه الإعدادت الافتراضية معرض لخطر الاقتحام، وعليك أن تقوم بإصلاح ثغرة الأمان هذه في أقرب وقت ممكن.';
$strInsertAsNewRow = 'إدخال كتسجيل جديد'; $strInsertAsNewRow = 'إدخال كتسجيل جديد';
$strInsert = 'إدخال'; $strInsert = 'إدخال';
$strInternalNotNecessary = '* العلاقة الداخلية غير ضرورية عندما تكون موجودة مسبقاً في InnoDB.';
$strInternalRelations = 'العلاقات الداخلية'; $strInternalRelations = 'العلاقات الداخلية';
$strInUse = 'قيد الإستعمال'; $strInUse = 'قيد الإستعمال';
@@ -997,7 +996,6 @@ $strDirectLinks = 'Direct links'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate $strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate $strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate $strRelationDeleted = 'Relation deleted'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate $strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate $strExportImportToScale = 'Export/Import to scale'; //to translate
@@ -1073,4 +1071,6 @@ $strWebServerInformation = 'Web server information'; //to translate
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate $strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
$strEvents = 'Events'; //to translate $strEvents = 'Events'; //to translate
$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
?> ?>

View File

@@ -688,7 +688,6 @@ $strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate $strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate $strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBPages = 'pages'; //to translate $strInnoDBPages = 'pages'; //to translate
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate
$strInternalRelations = 'Internal relations'; //to translate $strInternalRelations = 'Internal relations'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate $strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate $strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
@@ -992,7 +991,6 @@ $strDirectLinks = 'Direct links'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate $strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate $strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate $strRelationDeleted = 'Relation deleted'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate $strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate $strExportImportToScale = 'Export/Import to scale'; //to translate
@@ -1068,4 +1066,6 @@ $strWebServerInformation = 'Web server information'; //to translate
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate $strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
$strEvents = 'Events'; //to translate $strEvents = 'Events'; //to translate
$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
?> ?>

View File

@@ -245,7 +245,6 @@ $strInnodbStat = 'InnoDB Egoera';
$strInsecureMySQL = 'Zure konfigurazio fitxategiak MySQL-ren kontu pribilegiatuari dagozkion ezarpenak (root pasahitzik gabe) dauzka . Zure MySQL zerbitzaria lehenetsitako balio hauekin ari da lanean; atzipen-saiakera arrotzei irekita beraz. Segurtasun-zulo hau konpondu beharko zenuke.'; $strInsecureMySQL = 'Zure konfigurazio fitxategiak MySQL-ren kontu pribilegiatuari dagozkion ezarpenak (root pasahitzik gabe) dauzka . Zure MySQL zerbitzaria lehenetsitako balio hauekin ari da lanean; atzipen-saiakera arrotzei irekita beraz. Segurtasun-zulo hau konpondu beharko zenuke.';
$strInsertAsNewRow = 'Txertatu errenkada berri batean'; $strInsertAsNewRow = 'Txertatu errenkada berri batean';
$strInsert = 'Txertatu'; $strInsert = 'Txertatu';
$strInternalNotNecessary = '* Barne-erlaziorik ez da beharrezkoa InnoDB-en ere existitzen denean.';
$strInternalRelations = 'Barne-erlazioak'; $strInternalRelations = 'Barne-erlazioak';
$strInUse = 'lanean'; $strInUse = 'lanean';
@@ -989,7 +988,6 @@ $strDirectLinks = 'Direct links'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate $strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate $strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate $strRelationDeleted = 'Relation deleted'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate $strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate $strExportImportToScale = 'Export/Import to scale'; //to translate
@@ -1065,4 +1063,6 @@ $strWebServerInformation = 'Web server information'; //to translate
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate $strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
$strEvents = 'Events'; //to translate $strEvents = 'Events'; //to translate
$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
?> ?>

View File

@@ -348,7 +348,6 @@ $strInnodbStat = 'Стан InnoDB';
$strInsecureMySQL = 'Ваш канфігурацыйны файл утрымлівае налады (карыстальнік root без паролю), якія адпавядаюць прывілеяванаму карыстальніку MySQL па змоўчаньні. Ваш сэрвэр MySQL працуе з гэтай наладай па змоўчаньні і зьяўляецца адкрытым для зьнешняга ўрываньня, і таму вам абавязкова трэба выправіць гэтую хібу ў бясьпецы.'; $strInsecureMySQL = 'Ваш канфігурацыйны файл утрымлівае налады (карыстальнік root без паролю), якія адпавядаюць прывілеяванаму карыстальніку MySQL па змоўчаньні. Ваш сэрвэр MySQL працуе з гэтай наладай па змоўчаньні і зьяўляецца адкрытым для зьнешняга ўрываньня, і таму вам абавязкова трэба выправіць гэтую хібу ў бясьпецы.';
$strInsertAsNewRow = 'Уставіць як новы радок'; $strInsertAsNewRow = 'Уставіць як новы радок';
$strInsert = 'Уставіць'; $strInsert = 'Уставіць';
$strInternalNotNecessary = '* Унутраная сувязь не зьяўляецца абавязковай, калі яна ўжо існуе ў InnoDB.';
$strInternalRelations = 'Унутраныя сувязі'; $strInternalRelations = 'Унутраныя сувязі';
$strInUse = 'выкарыстоўваецца'; $strInUse = 'выкарыстоўваецца';
$strInvalidAuthMethod = 'У канфігурацыі вызначаны некарэктны мэтад аўтэнтыфікацыі:'; $strInvalidAuthMethod = 'У канфігурацыі вызначаны некарэктны мэтад аўтэнтыфікацыі:';
@@ -972,7 +971,6 @@ $strDirectLinks = 'Direct links'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate $strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate $strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate $strRelationDeleted = 'Relation deleted'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate $strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate $strExportImportToScale = 'Export/Import to scale'; //to translate
@@ -1048,4 +1046,6 @@ $strWebServerInformation = 'Web server information'; //to translate
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate $strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
$strEvents = 'Events'; //to translate $strEvents = 'Events'; //to translate
$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
?> ?>

View File

@@ -347,7 +347,6 @@ $strInnodbStat = 'Stan InnoDB';
$strInsecureMySQL = 'Vaš kanfihuracyjny fajł utrymlivaje nałady (karystalnik root biez parolu), jakija adpaviadajuć pryvilejavanamu karystalniku MySQL pa zmoŭčańni. Vaš server MySQL pracuje z hetaj naładaj pa zmoŭčańni i źjaŭlajecca adkrytym dla źniešniaha ŭryvańnia, i tamu vam abaviazkova treba vypravić hetuju chibu ŭ biaśpiecy.'; $strInsecureMySQL = 'Vaš kanfihuracyjny fajł utrymlivaje nałady (karystalnik root biez parolu), jakija adpaviadajuć pryvilejavanamu karystalniku MySQL pa zmoŭčańni. Vaš server MySQL pracuje z hetaj naładaj pa zmoŭčańni i źjaŭlajecca adkrytym dla źniešniaha ŭryvańnia, i tamu vam abaviazkova treba vypravić hetuju chibu ŭ biaśpiecy.';
$strInsertAsNewRow = 'Ustavić jak novy radok'; $strInsertAsNewRow = 'Ustavić jak novy radok';
$strInsert = 'Ustavić'; $strInsert = 'Ustavić';
$strInternalNotNecessary = '* Unutranaja suviaź nie źjaŭlajecca abaviazkovaj, kali jana ŭžo isnuje ŭ InnoDB.';
$strInternalRelations = 'Unutranyja suviazi'; $strInternalRelations = 'Unutranyja suviazi';
$strInUse = 'vykarystoŭvajecca'; $strInUse = 'vykarystoŭvajecca';
$strInvalidAuthMethod = 'U kanfihuracyi vyznačany niekarektny metad aŭtentyfikacyi:'; $strInvalidAuthMethod = 'U kanfihuracyi vyznačany niekarektny metad aŭtentyfikacyi:';
@@ -971,7 +970,6 @@ $strDirectLinks = 'Direct links'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate $strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate $strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate $strRelationDeleted = 'Relation deleted'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate $strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate $strExportImportToScale = 'Export/Import to scale'; //to translate
@@ -1047,4 +1045,6 @@ $strWebServerInformation = 'Web server information'; //to translate
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate $strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
$strEvents = 'Events'; //to translate $strEvents = 'Events'; //to translate
$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
?> ?>

View File

@@ -694,7 +694,6 @@ $strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate $strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate $strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBPages = 'pages'; //to translate $strInnoDBPages = 'pages'; //to translate
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate
$strInternalRelations = 'Internal relations'; //to translate $strInternalRelations = 'Internal relations'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate $strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate $strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
@@ -995,7 +994,6 @@ $strDirectLinks = 'Direct links'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate $strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate $strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate $strRelationDeleted = 'Relation deleted'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate $strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate $strExportImportToScale = 'Export/Import to scale'; //to translate
@@ -1071,4 +1069,6 @@ $strWebServerInformation = 'Web server information'; //to translate
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate $strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
$strEvents = 'Events'; //to translate $strEvents = 'Events'; //to translate
$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
?> ?>

View File

@@ -366,12 +366,10 @@ $strInnoDBDataFilePath = 'Arquivos de dados';
$strInnoDBDataHomeDirDesc = 'A parte comum do caminho do diretório para todos os arquivos de dados do InnoDB.'; $strInnoDBDataHomeDirDesc = 'A parte comum do caminho do diretório para todos os arquivos de dados do InnoDB.';
$strInnoDBDataHomeDir = 'Diretório raiz de dados'; $strInnoDBDataHomeDir = 'Diretório raiz de dados';
$strInnoDBPages = 'páginas'; $strInnoDBPages = 'páginas';
$strInnoDBRelationAdded = 'Adicionado relacionamento InnoDB';
$strInnodbStat = 'Status do InnoDB'; $strInnodbStat = 'Status do InnoDB';
$strInsecureMySQL = 'O seu arquivo de configuração contém configurações (root sem senha) que correspondem à conta privilegiada padrão do MySQL. O servidor MySQL rodando com esse padrão estará aberto a invasões, você realmente deveria corrigir este furo de segurança.'; $strInsecureMySQL = 'O seu arquivo de configuração contém configurações (root sem senha) que correspondem à conta privilegiada padrão do MySQL. O servidor MySQL rodando com esse padrão estará aberto a invasões, você realmente deveria corrigir este furo de segurança.';
$strInsertAsNewRow = 'Inserir como um novo registro'; $strInsertAsNewRow = 'Inserir como um novo registro';
$strInsert = 'Inserir'; $strInsert = 'Inserir';
$strInternalNotNecessary = '* Não é necessária uma relação interna quando também já existe na InnoDB.';
$strInternalRelationAdded = 'Adicionado relacionamento Interno'; $strInternalRelationAdded = 'Adicionado relacionamento Interno';
$strInternalRelations = 'Relações internas'; $strInternalRelations = 'Relações internas';
$strInUse = 'em uso'; $strInUse = 'em uso';
@@ -1045,4 +1043,6 @@ $strWebServerInformation = 'Web server information'; //to translate
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate $strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
$strEvents = 'Events'; //to translate $strEvents = 'Events'; //to translate
$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
?> ?>

View File

@@ -309,7 +309,6 @@ $strInnodbStat = 'InnoDB Състояние';
$strInsecureMySQL = 'Вашият конфигурационен файл съдържа настройки (root без парола), които съответстват на привилегирования акаунт на MySQL по подразбиране. Вашият MySQL сървър е стартиран с това по подразбиране и може да бъде лесно хакнат. Трябва да оправите тази дупка в сигурността.'; $strInsecureMySQL = 'Вашият конфигурационен файл съдържа настройки (root без парола), които съответстват на привилегирования акаунт на MySQL по подразбиране. Вашият MySQL сървър е стартиран с това по подразбиране и може да бъде лесно хакнат. Трябва да оправите тази дупка в сигурността.';
$strInsertAsNewRow = 'Вмъкване като нов ред'; $strInsertAsNewRow = 'Вмъкване като нов ред';
$strInsert = 'Вмъкване'; $strInsert = 'Вмъкване';
$strInternalNotNecessary = '* Вътрешната релация не е необходима когато съществува също в InnoDB.';
$strInternalRelations = 'Вътрешни релации'; $strInternalRelations = 'Вътрешни релации';
$strInUse = 'Заето'; $strInUse = 'Заето';
$strInvalidColumn = 'Невалидна колона (%s)!'; $strInvalidColumn = 'Невалидна колона (%s)!';
@@ -992,7 +991,6 @@ $strDirectLinks = 'Direct links'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate $strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate $strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate $strRelationDeleted = 'Relation deleted'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate $strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate $strExportImportToScale = 'Export/Import to scale'; //to translate
@@ -1068,4 +1066,6 @@ $strWebServerInformation = 'Web server information'; //to translate
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate $strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
$strEvents = 'Events'; //to translate $strEvents = 'Events'; //to translate
$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
?> ?>

View File

@@ -362,12 +362,10 @@ $strInnoDBDataFilePath = 'Arxius de dades';
$strInnoDBDataHomeDirDesc = 'La part comuna de la ruta al directori per tots els arxius de dades InnoDB.'; $strInnoDBDataHomeDirDesc = 'La part comuna de la ruta al directori per tots els arxius de dades InnoDB.';
$strInnoDBDataHomeDir = 'Directori local de dades'; $strInnoDBDataHomeDir = 'Directori local de dades';
$strInnoDBPages = 'pàgines'; $strInnoDBPages = 'pàgines';
$strInnoDBRelationAdded = 'Afegida relació InnoDB';
$strInnodbStat = 'Estat InnoDB'; $strInnodbStat = 'Estat InnoDB';
$strInsecureMySQL = 'El vostre arxiu de configuració té paràmetres (root sense contrasenya) que corresponen al compte privilegiat predetermitat de MySQL. El servidor MySQL està funcionant amb aquests valors, el que significa un forat de seguretat, i s\'exposa a intrusions, pel que recomanem la reparació urgent d\'aquest forat de seguretat.'; $strInsecureMySQL = 'El vostre arxiu de configuració té paràmetres (root sense contrasenya) que corresponen al compte privilegiat predetermitat de MySQL. El servidor MySQL està funcionant amb aquests valors, el que significa un forat de seguretat, i s\'exposa a intrusions, pel que recomanem la reparació urgent d\'aquest forat de seguretat.';
$strInsertAsNewRow = 'Inserir com a nova fila'; $strInsertAsNewRow = 'Inserir com a nova fila';
$strInsert = 'Insereix'; $strInsert = 'Insereix';
$strInternalNotNecessary = '* No es necessita una relació interna si ja existeix a InnoDB.';
$strInternalRelationAdded = 'Afegida relació interna'; $strInternalRelationAdded = 'Afegida relació interna';
$strInternalRelations = 'Relacions internes'; $strInternalRelations = 'Relacions internes';
$strInUse = 'en ús'; $strInUse = 'en ús';
@@ -1043,4 +1041,6 @@ $strWebServerInformation = 'Web server information'; //to translate
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate $strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
$strEvents = 'Events'; //to translate $strEvents = 'Events'; //to translate
$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
?> ?>

View File

@@ -283,7 +283,6 @@ $strInnodbStat = 'InnoDB 状态';
$strInsecureMySQL = '您配置文件中的设定与 MySQL 默认权限账户对应(没有密码的 root)。您的 MySQL 服务器使用默认值运行当然没有问题,不过这样的话,被入侵的可能性会很大,您真的应该先补上这个安全漏洞。'; $strInsecureMySQL = '您配置文件中的设定与 MySQL 默认权限账户对应(没有密码的 root)。您的 MySQL 服务器使用默认值运行当然没有问题,不过这样的话,被入侵的可能性会很大,您真的应该先补上这个安全漏洞。';
$strInsert = '插入'; $strInsert = '插入';
$strInsertAsNewRow = '以新行插入'; $strInsertAsNewRow = '以新行插入';
$strInternalNotNecessary = '当 * 也存在于InnoDB中的时候内部关联并不必要。';
$strInternalRelations = '内在联系'; $strInternalRelations = '内在联系';
$strInUse = '使用中'; $strInUse = '使用中';
@@ -997,7 +996,6 @@ $strDirectLinks = 'Direct links'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate $strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate $strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate $strRelationDeleted = 'Relation deleted'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate $strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate $strExportImportToScale = 'Export/Import to scale'; //to translate
@@ -1073,4 +1071,6 @@ $strWebServerInformation = 'Web server information'; //to translate
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate $strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
$strEvents = 'Events'; //to translate $strEvents = 'Events'; //to translate
$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
?> ?>

View File

@@ -336,7 +336,6 @@ $strInnodbStat = 'InnoDB 狀態';
$strInsecureMySQL = '設定檔內有關設定 (root登入及沒有密碼) 與預設的 MySQL 權限戶口相同。 MySQL 伺服器在這預設的設定運行的話會很容易被入侵,您應更改有關設定去防止安全漏洞。'; $strInsecureMySQL = '設定檔內有關設定 (root登入及沒有密碼) 與預設的 MySQL 權限戶口相同。 MySQL 伺服器在這預設的設定運行的話會很容易被入侵,您應更改有關設定去防止安全漏洞。';
$strInsert = '新增'; $strInsert = '新增';
$strInsertAsNewRow = '儲存為新記錄'; $strInsertAsNewRow = '儲存為新記錄';
$strInternalNotNecessary = '* 當內部關聯在 InnoDB 已存在時是無需要的.';
$strInternalRelations = '內部關聯'; $strInternalRelations = '內部關聯';
$strInUse = '使用中'; $strInUse = '使用中';
$strInvalidAuthMethod = '於設定內設定錯誤認證方式:'; $strInvalidAuthMethod = '於設定內設定錯誤認證方式:';
@@ -976,7 +975,6 @@ $strDirectLinks = 'Direct links'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate $strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate $strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate $strRelationDeleted = 'Relation deleted'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate $strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate $strExportImportToScale = 'Export/Import to scale'; //to translate
@@ -1052,4 +1050,6 @@ $strWebServerInformation = 'Web server information'; //to translate
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate $strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
$strEvents = 'Events'; //to translate $strEvents = 'Events'; //to translate
$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
?> ?>

View File

@@ -368,12 +368,10 @@ $strInnoDBDataFilePath = 'Podatkovne datoteke';
$strInnoDBDataHomeDirDesc = 'Uobičajeni dio putanje mapa za sve InnoDB podatkovne datoteke.'; $strInnoDBDataHomeDirDesc = 'Uobičajeni dio putanje mapa za sve InnoDB podatkovne datoteke.';
$strInnoDBDataHomeDir = 'Osnovna mapa podataka'; $strInnoDBDataHomeDir = 'Osnovna mapa podataka';
$strInnoDBPages = 'stranice'; $strInnoDBPages = 'stranice';
$strInnoDBRelationAdded = 'Dodana InnoDB povezanosti';
$strInnodbStat = 'InnoDB stanje'; $strInnodbStat = 'InnoDB stanje';
$strInsecureMySQL = 'Vaša konfiguracijska datoteka sadrži postavke (root korisnik bez lozinke) koja odgovara zadanom privilegiranom nalogu MySQL-a. Vaš MySQL poslužitelj pokrenut je sa zadanim postavkama i kao takav otvoren je upadima. Potrebno je ispraviti ovaj sigurnosni nedostatak.'; $strInsecureMySQL = 'Vaša konfiguracijska datoteka sadrži postavke (root korisnik bez lozinke) koja odgovara zadanom privilegiranom nalogu MySQL-a. Vaš MySQL poslužitelj pokrenut je sa zadanim postavkama i kao takav otvoren je upadima. Potrebno je ispraviti ovaj sigurnosni nedostatak.';
$strInsertAsNewRow = 'Umetni kao novi redak'; $strInsertAsNewRow = 'Umetni kao novi redak';
$strInsert = 'Umetni'; $strInsert = 'Umetni';
$strInternalNotNecessary = '* Interna relacija nije potrebna ako također postoji unutar InnoDB.';
$strInternalRelationAdded = 'Dodane interne povezanosti'; $strInternalRelationAdded = 'Dodane interne povezanosti';
$strInternalRelations = 'Interne relacije'; $strInternalRelations = 'Interne relacije';
$strInUse = 'u upotrebi'; $strInUse = 'u upotrebi';
@@ -1046,4 +1044,6 @@ $strWebServerInformation = 'Web server information'; //to translate
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate $strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
$strEvents = 'Events'; //to translate $strEvents = 'Events'; //to translate
$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
?> ?>

View File

@@ -377,14 +377,12 @@ $strInnoDBDataFilePath = 'Soubor s daty';
$strInnoDBDataHomeDirDesc = 'Společná část cesty pro všechny soubory obsahující data InnoDB.'; $strInnoDBDataHomeDirDesc = 'Společná část cesty pro všechny soubory obsahující data InnoDB.';
$strInnoDBDataHomeDir = 'Domovský adresář pro data'; $strInnoDBDataHomeDir = 'Domovský adresář pro data';
$strInnoDBPages = 'stránek'; $strInnoDBPages = 'stránek';
$strInnoDBRelationAdded = 'Vytvořena relace InnoDB';
$strInnodbStat = 'Stav InnoDB'; $strInnodbStat = 'Stav InnoDB';
$strInsecureMySQL = 'Máte standardní nastavení hesla uživatele root v MySQL. Doporučujeme změnit toto nastavení a tím podstatně zvýšit zabezpečení vašeho serveru.'; $strInsecureMySQL = 'Máte standardní nastavení hesla uživatele root v MySQL. Doporučujeme změnit toto nastavení a tím podstatně zvýšit zabezpečení vašeho serveru.';
$strInsertAsNewRow = 'Vložit jako nový řádek'; $strInsertAsNewRow = 'Vložit jako nový řádek';
$strInsertedRowId = 'ID vloženého řádku: %1$d'; $strInsertedRowId = 'ID vloženého řádku: %1$d';
$strInsert = 'Vložit'; $strInsert = 'Vložit';
$strInterface = 'Rozhraní'; $strInterface = 'Rozhraní';
$strInternalNotNecessary = '* Interní relace není potřebná, pokud již relace existuje v InnoDB.';
$strInternalRelationAdded = 'Interní relace vytvořena'; $strInternalRelationAdded = 'Interní relace vytvořena';
$strInternalRelations = 'Interní relace'; $strInternalRelations = 'Interní relace';
$strInUse = 'právě se používá'; $strInUse = 'právě se používá';
@@ -1047,4 +1045,6 @@ $strZeroRemovesTheLimit = 'Poznámka: Nastavení těchto parametrů na 0 (nulu)
$strZip = '„zazipováno“'; $strZip = '„zazipováno“';
$strEvents = 'Events'; //to translate $strEvents = 'Events'; //to translate
$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
?> ?>

View File

@@ -367,12 +367,10 @@ $strInnoDBDataFilePath = 'Datafiler';
$strInnoDBDataHomeDir = 'Data hovedmappe'; $strInnoDBDataHomeDir = 'Data hovedmappe';
$strInnoDBDataHomeDirDesc = 'Den fælles del af stien til mappen med alle InnoDB datafiler.'; $strInnoDBDataHomeDirDesc = 'Den fælles del af stien til mappen med alle InnoDB datafiler.';
$strInnoDBPages = 'sider'; $strInnoDBPages = 'sider';
$strInnoDBRelationAdded = 'InnoDB-relation tilføjet';
$strInnodbStat = 'InnoDB status'; $strInnodbStat = 'InnoDB status';
$strInsecureMySQL = 'Din konfigurationsfil indeholder indstillinger (root og intet kodeord) som svarer til en standard MySQL-priviligeret brugerkonto. Din MySQL server kører med denne standardindstilling, <u>er åben for indtrængen</u>, og du opfordres stærkt til at gøre noget ved dette sikkerhedshul.'; $strInsecureMySQL = 'Din konfigurationsfil indeholder indstillinger (root og intet kodeord) som svarer til en standard MySQL-priviligeret brugerkonto. Din MySQL server kører med denne standardindstilling, <u>er åben for indtrængen</u>, og du opfordres stærkt til at gøre noget ved dette sikkerhedshul.';
$strInsertAsNewRow = 'Indsæt som ny række'; $strInsertAsNewRow = 'Indsæt som ny række';
$strInsert = 'Indsæt'; $strInsert = 'Indsæt';
$strInternalNotNecessary = '* En intern relation er ikke nødvendig når den også eksisterer i InnoDB.';
$strInternalRelationAdded = 'Intern relation tilføjet'; $strInternalRelationAdded = 'Intern relation tilføjet';
$strInternalRelations = 'Interne relationer'; $strInternalRelations = 'Interne relationer';
$strInUse = 'i brug'; $strInUse = 'i brug';
@@ -1047,4 +1045,6 @@ $strWebServerInformation = 'Web server information'; //to translate
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate $strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
$strEvents = 'Events'; //to translate $strEvents = 'Events'; //to translate
$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
?> ?>

View File

@@ -279,7 +279,6 @@ $strInnodbStat = 'InnoDB Status';
$strInsecureMySQL = 'Uw configuratie bestand bevat instellingen (root zonder wachtwoord) die betrekking hebben tot de standaard MySQL account. Uw MySQL server draait met deze standaard waardes, en is open voor ongewilde toegang, het wordt dus aangeraden dit op te lossen.'; $strInsecureMySQL = 'Uw configuratie bestand bevat instellingen (root zonder wachtwoord) die betrekking hebben tot de standaard MySQL account. Uw MySQL server draait met deze standaard waardes, en is open voor ongewilde toegang, het wordt dus aangeraden dit op te lossen.';
$strInsertAsNewRow = 'Voeg toe als nieuwe rij'; $strInsertAsNewRow = 'Voeg toe als nieuwe rij';
$strInsert = 'Invoegen'; $strInsert = 'Invoegen';
$strInternalNotNecessary = '* Een interne relatie is niet nodig wanneer er ook een InnoDB aanwezig is.';
$strInternalRelations = 'Interne relaties'; $strInternalRelations = 'Interne relaties';
$strInUse = 'in gebruik'; $strInUse = 'in gebruik';
@@ -993,7 +992,6 @@ $strDirectLinks = 'Direct links'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate $strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate $strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate $strRelationDeleted = 'Relation deleted'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate $strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate $strExportImportToScale = 'Export/Import to scale'; //to translate
@@ -1069,4 +1067,6 @@ $strWebServerInformation = 'Web server information'; //to translate
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate $strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
$strEvents = 'Events'; //to translate $strEvents = 'Events'; //to translate
$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
?> ?>

View File

@@ -312,6 +312,7 @@ $strFlushTable = 'Flush the table ("FLUSH")';
$strFlushTables = 'Flush (close) all tables'; $strFlushTables = 'Flush (close) all tables';
$strFontSize = 'Font size'; $strFontSize = 'Font size';
$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; $strForeignKeyError = 'Error creating foreign key on %1$s (check data types)';
$strForeignKeyRelationAdded = 'FOREIGN KEY relation added';
$strFormat = 'Format'; $strFormat = 'Format';
$strFormEmpty = 'Missing value in the form!'; $strFormEmpty = 'Missing value in the form!';
$strFreePages = 'Free pages'; $strFreePages = 'Free pages';
@@ -378,14 +379,13 @@ $strInnoDBDataFilePath = 'Data files';
$strInnoDBDataHomeDir = 'Data home directory'; $strInnoDBDataHomeDir = 'Data home directory';
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; $strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.';
$strInnoDBPages = 'pages'; $strInnoDBPages = 'pages';
$strInnoDBRelationAdded = 'InnoDB relation added';
$strInnodbStat = 'InnoDB Status'; $strInnodbStat = 'InnoDB Status';
$strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.';
$strInsertAsNewRow = 'Insert as new row'; $strInsertAsNewRow = 'Insert as new row';
$strInsertedRowId = 'Inserted row id: %1$d'; $strInsertedRowId = 'Inserted row id: %1$d';
$strInsert = 'Insert'; $strInsert = 'Insert';
$strInterface = 'Interface'; $strInterface = 'Interface';
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; $strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.';
$strInternalRelationAdded = 'Internal relation added'; $strInternalRelationAdded = 'Internal relation added';
$strInternalRelations = 'Internal relations'; $strInternalRelations = 'Internal relations';
$strInUse = 'in use'; $strInUse = 'in use';

View File

@@ -359,12 +359,10 @@ $strInnoDBDataFilePath = 'Andmefailid';
$strInnoDBDataHomeDir = 'Andmete kodukataloog'; $strInnoDBDataHomeDir = 'Andmete kodukataloog';
$strInnoDBDataHomeDirDesc = 'Ühine kataloogi nimeosa kõigi InnoDB andmefailide jaoks.'; $strInnoDBDataHomeDirDesc = 'Ühine kataloogi nimeosa kõigi InnoDB andmefailide jaoks.';
$strInnoDBPages = 'lehti'; $strInnoDBPages = 'lehti';
$strInnoDBRelationAdded = 'InnoDB suhe lisatud';
$strInnodbStat = 'InnoDB staatus'; $strInnodbStat = 'InnoDB staatus';
$strInsecureMySQL = 'Teie konfiguratsioonifail sisaldab seadeid (root kasutaja ilma paroolita) mis vastab MySQL-i vaikimisi priviligeeritud kasutajale. Kui Teie MySQL-i server jookseb sellise seadega on ta avatud rünnakutele, soovitav on see turvaauk kiiresti parandada.'; $strInsecureMySQL = 'Teie konfiguratsioonifail sisaldab seadeid (root kasutaja ilma paroolita) mis vastab MySQL-i vaikimisi priviligeeritud kasutajale. Kui Teie MySQL-i server jookseb sellise seadega on ta avatud rünnakutele, soovitav on see turvaauk kiiresti parandada.';
$strInsertAsNewRow = 'Lisa uue reana'; $strInsertAsNewRow = 'Lisa uue reana';
$strInsert = 'Lisa'; $strInsert = 'Lisa';
$strInternalNotNecessary = '* Sisene seos ei ole vajalik kui ta eksisteerib ka InnoDB-s.';
$strInternalRelationAdded = 'Sisemine suhe loodud'; $strInternalRelationAdded = 'Sisemine suhe loodud';
$strInternalRelations = 'Sisesed seosed'; $strInternalRelations = 'Sisesed seosed';
$strInUse = 'kasutusel'; $strInUse = 'kasutusel';
@@ -1053,4 +1051,6 @@ $strWebServerInformation = 'Web server information'; //to translate
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate $strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
$strEvents = 'Events'; //to translate $strEvents = 'Events'; //to translate
$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
?> ?>

View File

@@ -373,13 +373,11 @@ $strInnoDBDataFilePath = "Tallennustiedostot";
$strInnoDBDataHomeDirDesc = "Hakemistopolun yhteinen osa kaikille InnoDB-tiedostoille."; $strInnoDBDataHomeDirDesc = "Hakemistopolun yhteinen osa kaikille InnoDB-tiedostoille.";
$strInnoDBDataHomeDir = "Tallennustiedostojen kotihakemisto"; $strInnoDBDataHomeDir = "Tallennustiedostojen kotihakemisto";
$strInnoDBPages = 'sivua'; $strInnoDBPages = 'sivua';
$strInnoDBRelationAdded = 'InnoDB-relaatio luotu';
$strInnodbStat = 'InnoDB:n tila'; $strInnodbStat = 'InnoDB:n tila';
$strInsecureMySQL = 'Asetustiedostosi käyttää asetuksia, jotka viittaavat MySQL-palvelimen oletusarvoiseen käyttäjään (root ilman salasanaa). Tällaisin asetuksin MySQL-palvelin on altis hyökkäyksille. Tämä tietoturvariski olisi syytä korjata pikimmiten!'; $strInsecureMySQL = 'Asetustiedostosi käyttää asetuksia, jotka viittaavat MySQL-palvelimen oletusarvoiseen käyttäjään (root ilman salasanaa). Tällaisin asetuksin MySQL-palvelin on altis hyökkäyksille. Tämä tietoturvariski olisi syytä korjata pikimmiten!';
$strInsertAsNewRow = 'Lisää uutena rivinä'; $strInsertAsNewRow = 'Lisää uutena rivinä';
$strInsertedRowId = 'Lisätyn rivin tunnus: %1$d'; $strInsertedRowId = 'Lisätyn rivin tunnus: %1$d';
$strInsert = 'Lisää rivi'; $strInsert = 'Lisää rivi';
$strInternalNotNecessary = '* Sisäistä relaatiota ei tarvita, jos sellainen on jo InnoDB-kannassa.';
$strInternalRelationAdded = 'Sisäinen relaatio luotu'; $strInternalRelationAdded = 'Sisäinen relaatio luotu';
$strInternalRelations = 'Sisäiset relaatiot'; $strInternalRelations = 'Sisäiset relaatiot';
$strInUse = 'käytössä'; $strInUse = 'käytössä';
@@ -1047,4 +1045,6 @@ $strWebServerInformation = 'Web server information'; //to translate
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate $strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
$strEvents = 'Events'; //to translate $strEvents = 'Events'; //to translate
$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
?> ?>

View File

@@ -374,14 +374,12 @@ $strInnoDBDataFilePath = 'Fichiers de données';
$strInnoDBDataHomeDirDesc = 'Le chemin du répertoire pour tous les fichiers de données InnoDB.'; $strInnoDBDataHomeDirDesc = 'Le chemin du répertoire pour tous les fichiers de données InnoDB.';
$strInnoDBDataHomeDir = 'Répertoire des données'; $strInnoDBDataHomeDir = 'Répertoire des données';
$strInnoDBPages = 'pages'; $strInnoDBPages = 'pages';
$strInnoDBRelationAdded = 'Relation InnoDB ajoutée';
$strInnodbStat = 'État InnoDB'; $strInnodbStat = 'État InnoDB';
$strInsecureMySQL = 'Votre fichier de configuration fait référence à l\'utilisateur root sans mot de passe, ce qui correspond à la valeur par défaut de MySQL. Votre serveur MySQL est donc ouvert aux intrusions, et vous devriez corriger ce problème de sécurité.'; $strInsecureMySQL = 'Votre fichier de configuration fait référence à l\'utilisateur root sans mot de passe, ce qui correspond à la valeur par défaut de MySQL. Votre serveur MySQL est donc ouvert aux intrusions, et vous devriez corriger ce problème de sécurité.';
$strInsertAsNewRow = 'Sauvegarder un nouvel enregistrement'; $strInsertAsNewRow = 'Sauvegarder un nouvel enregistrement';
$strInsertedRowId = 'Identifiant de l\'enregistrement inséré : %1$d'; $strInsertedRowId = 'Identifiant de l\'enregistrement inséré : %1$d';
$strInsert = 'Insérer'; $strInsert = 'Insérer';
$strInterface = 'Interface'; $strInterface = 'Interface';
$strInternalNotNecessary = '* Si une relation existe dans InnoDB, il n\'est pas nécessaire de la définir dans les relations internes.';
$strInternalRelationAdded = 'Relation interne ajoutée'; $strInternalRelationAdded = 'Relation interne ajoutée';
$strInternalRelations = 'Relations internes'; $strInternalRelations = 'Relations internes';
$strInUse = 'utilisé'; $strInUse = 'utilisé';
@@ -1044,4 +1042,6 @@ $strZeroRemovesTheLimit = 'Note: Une valeur de 0 (zero) enlève la limite.';
$strZip = '"zippé"'; $strZip = '"zippé"';
$strEvents = 'Events'; //to translate $strEvents = 'Events'; //to translate
$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
?> ?>

View File

@@ -367,12 +367,10 @@ $strInnoDBDataFilePath = 'Ficheiros de datos';
$strInnoDBDataHomeDirDesc = 'Parte común do camiño do directorio que ten todos os ficheiros de datos de innoDB.'; $strInnoDBDataHomeDirDesc = 'Parte común do camiño do directorio que ten todos os ficheiros de datos de innoDB.';
$strInnoDBDataHomeDir = 'Directorio base dos datos'; $strInnoDBDataHomeDir = 'Directorio base dos datos';
$strInnoDBPages = 'páxinas'; $strInnoDBPages = 'páxinas';
$strInnoDBRelationAdded = 'Engadiuse relación InnoDB';
$strInnodbStat = 'Estado de InnoDB'; $strInnodbStat = 'Estado de InnoDB';
$strInsecureMySQL = 'O seu ficheiro de configuración contén axustes (en concreto, o usuário root non ten contrasinal) que corresponden coa conta con todos os privilexios que MySQL fai por omisión. O seu servidor de MySQL está a rodar con esta configuración, está aberto a intrusións e habería que mirar de solucionar este problema de seguranza.'; $strInsecureMySQL = 'O seu ficheiro de configuración contén axustes (en concreto, o usuário root non ten contrasinal) que corresponden coa conta con todos os privilexios que MySQL fai por omisión. O seu servidor de MySQL está a rodar con esta configuración, está aberto a intrusións e habería que mirar de solucionar este problema de seguranza.';
$strInsertAsNewRow = 'Inserir unha nova columna'; $strInsertAsNewRow = 'Inserir unha nova columna';
$strInsert = 'Inserir'; $strInsert = 'Inserir';
$strInternalNotNecessary = '* Non se precisa dunha relación interna cando existe tamén en InnoDB.';
$strInternalRelationAdded = 'Engadiuse relación interna'; $strInternalRelationAdded = 'Engadiuse relación interna';
$strInternalRelations = 'Relacións internas'; $strInternalRelations = 'Relacións internas';
$strInUse = 'en uso'; $strInUse = 'en uso';
@@ -1046,4 +1044,6 @@ $strWebServerInformation = 'Web server information'; //to translate
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate $strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
$strEvents = 'Events'; //to translate $strEvents = 'Events'; //to translate
$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
?> ?>

View File

@@ -542,7 +542,6 @@ $strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoD
$strInnoDBPages = 'pages'; //to translate $strInnoDBPages = 'pages'; //to translate
$strInnodbStat = 'InnoDB Status'; //to translate $strInnodbStat = 'InnoDB Status'; //to translate
$strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate
$strInternalRelations = 'Internal relations'; //to translate $strInternalRelations = 'Internal relations'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate $strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate $strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
@@ -997,7 +996,6 @@ $strDirectLinks = 'Direct links'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate $strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate $strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate $strRelationDeleted = 'Relation deleted'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate $strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate $strExportImportToScale = 'Export/Import to scale'; //to translate
@@ -1073,4 +1071,6 @@ $strWebServerInformation = 'Web server information'; //to translate
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate $strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
$strEvents = 'Events'; //to translate $strEvents = 'Events'; //to translate
$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
?> ?>

View File

@@ -379,13 +379,11 @@ $strInnoDBDataFilePath = 'Datendateien';
$strInnoDBDataHomeDir = 'Pfad für Datendateien'; $strInnoDBDataHomeDir = 'Pfad für Datendateien';
$strInnoDBDataHomeDirDesc = 'Der Pfad des Verzeichnisses, unter welchem alle InnoDB-Datendateien abgelegt werden.'; $strInnoDBDataHomeDirDesc = 'Der Pfad des Verzeichnisses, unter welchem alle InnoDB-Datendateien abgelegt werden.';
$strInnoDBPages = 'Seiten'; $strInnoDBPages = 'Seiten';
$strInnoDBRelationAdded = 'InnoDB Verknüpfung hinzugefügt';
$strInnodbStat = 'InnoDB-Status'; $strInnodbStat = 'InnoDB-Status';
$strInsecureMySQL = 'Ihre Konfigurationsdatei enthält Einstellungen (Benutzer &quot;root&quot; ohne Passwort), welche denen des MySQL-Standardbenutzers entsprechen. Wird Ihr MySQL-Server mit diesen Einstellungen betrieben, so können Unbefugte leicht von außen auf ihn zugreifen. Sie sollten diese Sicherheitslücke unbedingt schließen!'; $strInsecureMySQL = 'Ihre Konfigurationsdatei enthält Einstellungen (Benutzer &quot;root&quot; ohne Passwort), welche denen des MySQL-Standardbenutzers entsprechen. Wird Ihr MySQL-Server mit diesen Einstellungen betrieben, so können Unbefugte leicht von außen auf ihn zugreifen. Sie sollten diese Sicherheitslücke unbedingt schließen!';
$strInsert = 'Einfügen'; $strInsert = 'Einfügen';
$strInsertAsNewRow = ' Als neuen Datensatz speichern '; $strInsertAsNewRow = ' Als neuen Datensatz speichern ';
$strInsertedRowId = 'ID der eingefügten Zeile: %1$d'; $strInsertedRowId = 'ID der eingefügten Zeile: %1$d';
$strInternalNotNecessary = '* Eine interne Beziehung ist nicht notwendig, wenn sie bereits im InnoDB-Format vorliegt.';
$strInternalRelationAdded = 'Interne Verknüpfung hinzugefügt'; $strInternalRelationAdded = 'Interne Verknüpfung hinzugefügt';
$strInternalRelations = 'Interne Beziehungen'; $strInternalRelations = 'Interne Beziehungen';
$strInvalidAuthMethod = 'Ungültige Authentifikationsmethode:'; $strInvalidAuthMethod = 'Ungültige Authentifikationsmethode:';
@@ -1053,4 +1051,6 @@ $strWebServerInformation = 'Web server information'; //to translate
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate $strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
$strEvents = 'Events'; //to translate $strEvents = 'Events'; //to translate
$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
?> ?>

View File

@@ -693,7 +693,6 @@ $strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate $strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate $strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBPages = 'pages'; //to translate $strInnoDBPages = 'pages'; //to translate
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate
$strInternalRelations = 'Internal relations'; //to translate $strInternalRelations = 'Internal relations'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate $strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate $strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
@@ -994,7 +993,6 @@ $strDirectLinks = 'Direct links'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate $strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate $strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate $strRelationDeleted = 'Relation deleted'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate $strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate $strExportImportToScale = 'Export/Import to scale'; //to translate
@@ -1070,4 +1068,6 @@ $strWebServerInformation = 'Web server information'; //to translate
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate $strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
$strEvents = 'Events'; //to translate $strEvents = 'Events'; //to translate
$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
?> ?>

View File

@@ -290,7 +290,6 @@ $strInnodbStat = 'מצב InnoDB';
$strInsecureMySQL = 'קובץ ההגדרות שלך מכיל הגדרות (root ללא סיסמא) אשר תואמות את חשבון הרשאה ברירת מחדל של MySQL. שרת MySQL שלך פועל עם ברירת מחדל זאת, והוא פתוח לחדירות,ואתה ממש צריך לתקן את חור אבטחה זה.'; $strInsecureMySQL = 'קובץ ההגדרות שלך מכיל הגדרות (root ללא סיסמא) אשר תואמות את חשבון הרשאה ברירת מחדל של MySQL. שרת MySQL שלך פועל עם ברירת מחדל זאת, והוא פתוח לחדירות,ואתה ממש צריך לתקן את חור אבטחה זה.';
$strInsertAsNewRow = 'הכנסה כשורה חדשה'; $strInsertAsNewRow = 'הכנסה כשורה חדשה';
$strInsert = 'הכנסה'; $strInsert = 'הכנסה';
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.';
$strInternalRelations = 'יחסים פנימיים'; $strInternalRelations = 'יחסים פנימיים';
$strInUse = 'בשימוש'; $strInUse = 'בשימוש';
$strInvalidColumnCount = 'מספר העמודות צריך להיות גדול מאפס.'; $strInvalidColumnCount = 'מספר העמודות צריך להיות גדול מאפס.';
@@ -989,7 +988,6 @@ $strDirectLinks = 'Direct links'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate $strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate $strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate $strRelationDeleted = 'Relation deleted'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate $strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate $strExportImportToScale = 'Export/Import to scale'; //to translate
@@ -1065,4 +1063,6 @@ $strWebServerInformation = 'Web server information'; //to translate
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate $strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
$strEvents = 'Events'; //to translate $strEvents = 'Events'; //to translate
$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
?> ?>

View File

@@ -473,7 +473,6 @@ $strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoD
$strInnoDBPages = 'pages'; //to translate $strInnoDBPages = 'pages'; //to translate
$strInnodbStat = 'InnoDB Status'; //to translate $strInnodbStat = 'InnoDB Status'; //to translate
$strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate
$strInternalRelations = 'Internal relations'; //to translate $strInternalRelations = 'Internal relations'; //to translate
$strInUse = 'in use'; //to translate $strInUse = 'in use'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate $strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
@@ -997,7 +996,6 @@ $strDirectLinks = 'Direct links'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate $strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate $strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate $strRelationDeleted = 'Relation deleted'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate $strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate $strExportImportToScale = 'Export/Import to scale'; //to translate
@@ -1073,4 +1071,6 @@ $strWebServerInformation = 'Web server information'; //to translate
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate $strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
$strEvents = 'Events'; //to translate $strEvents = 'Events'; //to translate
$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
?> ?>

View File

@@ -330,7 +330,6 @@ $strInnodbStat = 'InnoDB állapot';
$strInsecureMySQL = 'A konfigurációs fájl beállítása (root hozzáférés jelszó nélkül) az alapértelmezett MySQL beállítás. A MySQL szerver most ezzel fut, ami alkalmat ad a betörésre. Sürg&#337;sen javítani kell ezt a biztonsági rést.'; $strInsecureMySQL = 'A konfigurációs fájl beállítása (root hozzáférés jelszó nélkül) az alapértelmezett MySQL beállítás. A MySQL szerver most ezzel fut, ami alkalmat ad a betörésre. Sürg&#337;sen javítani kell ezt a biztonsági rést.';
$strInsertAsNewRow = 'Beszúrás új sorként'; $strInsertAsNewRow = 'Beszúrás új sorként';
$strInsert = 'Beszúr'; $strInsert = 'Beszúr';
$strInternalNotNecessary = '* Egy bels&#337; kapcsolat nem szükséges, ha az létezik az InnoDB-ben is.';
$strInternalRelations = 'Bels&#337; kapcsolatok'; $strInternalRelations = 'Bels&#337; kapcsolatok';
$strInUse = 'használatban'; $strInUse = 'használatban';
$strInvalidAuthMethod = 'Érvénytelen hitelesítési mód lett beállítva a konfigurációban:'; $strInvalidAuthMethod = 'Érvénytelen hitelesítési mód lett beállítva a konfigurációban:';
@@ -898,7 +897,6 @@ $strInnoDBBufferPoolSize = 'Buffer pool size';//to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.';//to translate $strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.';//to translate
$strInnoDBDataHomeDir = 'Data home directory';//to translate $strInnoDBDataHomeDir = 'Data home directory';//to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.';//to translate $strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.';//to translate
$strInnoDBRelationAdded = 'InnoDB relation added';//to translate
$strInsertedRowId = 'Inserted row id: %1$d'; //to translate $strInsertedRowId = 'Inserted row id: %1$d'; //to translate
$strInternalRelationAdded = 'Internal relation added';//to translate $strInternalRelationAdded = 'Internal relation added';//to translate
$strInvalidDatabase = 'Invalid database';//to translate $strInvalidDatabase = 'Invalid database';//to translate
@@ -1064,4 +1062,6 @@ $strWebServerInformation = 'Web server information'; //to translate
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate $strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
$strEvents = 'Events'; //to translate $strEvents = 'Events'; //to translate
$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
?> ?>

View File

@@ -306,7 +306,6 @@ $strInnodbStat = 'Status dari InnoDB';
$strInsecureMySQL = 'File konfigurasi Anda ditentukan dengan pengguna Root dan tanpa adanya Kata Sandi (sama dengan Default MySQL Privileged Account). Jika MySQL-Server dijalankan dengan sedemikian, server Anda terbuka lebar untuk suatu penyerangan. Disarankan untuk memperbaiki kelemahan keamanan (security hole) ini.'; $strInsecureMySQL = 'File konfigurasi Anda ditentukan dengan pengguna Root dan tanpa adanya Kata Sandi (sama dengan Default MySQL Privileged Account). Jika MySQL-Server dijalankan dengan sedemikian, server Anda terbuka lebar untuk suatu penyerangan. Disarankan untuk memperbaiki kelemahan keamanan (security hole) ini.';
$strInsertAsNewRow = 'Sisipkan sebagai baris baru'; $strInsertAsNewRow = 'Sisipkan sebagai baris baru';
$strInsert = 'Sisipkan'; $strInsert = 'Sisipkan';
$strInternalNotNecessary = '* Relasi internal tidak dibutuhkan bila ia telah berada dalam InnoDB.';
$strInternalRelations = 'Relasi internal'; $strInternalRelations = 'Relasi internal';
$strInUse = 'sedang digunakan'; $strInUse = 'sedang digunakan';
$strInvalidColumnCount = 'Perhitungan kolom wajib lebih besar dari nol.'; $strInvalidColumnCount = 'Perhitungan kolom wajib lebih besar dari nol.';
@@ -987,7 +986,6 @@ $strDirectLinks = 'Direct links'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate $strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate $strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate $strRelationDeleted = 'Relation deleted'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate $strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate $strExportImportToScale = 'Export/Import to scale'; //to translate
@@ -1063,4 +1061,6 @@ $strWebServerInformation = 'Web server information'; //to translate
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate $strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
$strEvents = 'Events'; //to translate $strEvents = 'Events'; //to translate
$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
?> ?>

View File

@@ -368,12 +368,10 @@ $strInnoDBDataFilePath = 'File dati';
$strInnoDBDataHomeDirDesc = 'La parte comune del path della directory per tutti i file dati InnoDB.'; $strInnoDBDataHomeDirDesc = 'La parte comune del path della directory per tutti i file dati InnoDB.';
$strInnoDBDataHomeDir = 'Home directory dei dati'; $strInnoDBDataHomeDir = 'Home directory dei dati';
$strInnoDBPages = 'pagine'; $strInnoDBPages = 'pagine';
$strInnoDBRelationAdded = 'Aggiunta relazione InnoDB';
$strInnodbStat = 'Stato InnoDB'; $strInnodbStat = 'Stato InnoDB';
$strInsecureMySQL = 'Il file di configurazione in uso contiene impostazioni (root con nessuna password) che corrispondono ai privilegi dell\'account MySQL predefinito. Un server MySQL funzionante con queste impostazioni è aperto a intrusioni, e si dovrebbe realmente riparare a questa falla nella sicurezza.'; $strInsecureMySQL = 'Il file di configurazione in uso contiene impostazioni (root con nessuna password) che corrispondono ai privilegi dell\'account MySQL predefinito. Un server MySQL funzionante con queste impostazioni è aperto a intrusioni, e si dovrebbe realmente riparare a questa falla nella sicurezza.';
$strInsertAsNewRow = 'Inserisci come nuova riga'; $strInsertAsNewRow = 'Inserisci come nuova riga';
$strInsert = 'Inserisci'; $strInsert = 'Inserisci';
$strInternalNotNecessary = '* Non è necessaria una relazione interna quando già esiste in InnoDB.';
$strInternalRelationAdded = 'Aggiunte relazioni internet'; $strInternalRelationAdded = 'Aggiunte relazioni internet';
$strInternalRelations = 'Relazioni interne'; $strInternalRelations = 'Relazioni interne';
$strInUse = 'in uso'; $strInUse = 'in uso';
@@ -1048,4 +1046,6 @@ $strMySQLServerInformation = 'MySQL server information'; //to translate
$strWebServerInformation = 'Web server information'; //to translate $strWebServerInformation = 'Web server information'; //to translate
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate $strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
$strEvents = 'Events'; //to translate $strEvents = 'Events'; //to translate
$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
?> ?>

View File

@@ -370,12 +370,10 @@ $strInnoDBDataFilePath = 'データファイル';
$strInnoDBDataHomeDir = 'データのホームディレクトリ'; $strInnoDBDataHomeDir = 'データのホームディレクトリ';
$strInnoDBDataHomeDirDesc = 'すべての InnoDB データファイルに共通するディレクトリパス'; $strInnoDBDataHomeDirDesc = 'すべての InnoDB データファイルに共通するディレクトリパス';
$strInnoDBPages = 'ページ'; $strInnoDBPages = 'ページ';
$strInnoDBRelationAdded = 'InnoDB リレーションを追加しました';
$strInnodbStat = 'InnoDB ステータス'; $strInnodbStat = 'InnoDB ステータス';
$strInsecureMySQL = 'お使いの設定ファイルに MySQL のデフォルト特権アカウントに相当する設定 (root ユーザでパスワードなし) が含まれています。お使いの MySQL サーバはこのデフォルト設定で動作しているため不正アクセス可能な状態になっています。このセキュリティーホールはかならず閉ざしてください'; $strInsecureMySQL = 'お使いの設定ファイルに MySQL のデフォルト特権アカウントに相当する設定 (root ユーザでパスワードなし) が含まれています。お使いの MySQL サーバはこのデフォルト設定で動作しているため不正アクセス可能な状態になっています。このセキュリティーホールはかならず閉ざしてください';
$strInsertAsNewRow = '新しい行として挿入する'; $strInsertAsNewRow = '新しい行として挿入する';
$strInsert = '挿入'; $strInsert = '挿入';
$strInternalNotNecessary = '* InnoDB にも内部リレーションが存在している場合は不要です';
$strInternalRelationAdded = '内部リレーションを追加しました'; $strInternalRelationAdded = '内部リレーションを追加しました';
$strInternalRelations = '内部リレーション'; $strInternalRelations = '内部リレーション';
$strInUse = '使用中'; $strInUse = '使用中';
@@ -1064,4 +1062,6 @@ $strTexyText = 'Texy!テキスト'; //to translate
$strWebServerInformation = 'ウェブサーバ情報'; //to translate $strWebServerInformation = 'ウェブサーバ情報'; //to translate
$strEvents = 'Events'; //to translate $strEvents = 'Events'; //to translate
$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
?> ?>

View File

@@ -604,7 +604,6 @@ $strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate $strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBPages = 'pages'; //to translate $strInnoDBPages = 'pages'; //to translate
$strInnodbStat = 'InnoDB 상태'; //to translate $strInnodbStat = 'InnoDB 상태'; //to translate
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate
$strInternalRelations = 'Internal relations'; //to translate $strInternalRelations = 'Internal relations'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate $strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate $strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
@@ -992,7 +991,6 @@ $strDirectLinks = 'Direct links'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate $strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate $strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate $strRelationDeleted = 'Relation deleted'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate $strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate $strExportImportToScale = 'Export/Import to scale'; //to translate
@@ -1068,4 +1066,6 @@ $strWebServerInformation = 'Web server information'; //to translate
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate $strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
$strEvents = 'Events'; //to translate $strEvents = 'Events'; //to translate
$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
?> ?>

View File

@@ -279,7 +279,6 @@ $strInnodbStat = 'InnoDB statuss';
$strInsecureMySQL = 'Jūsu konfigurācijas fails satur iestādījumus (lietotājs "root" bez paroles), kas atbilst noklusētajam MySQL priviliģētajam lietotājam. Jūsu MySQL serveris strādā ar šo noklusēto variantu, ir atvērts uzbrukumiem, un Jums tiešām jāaiztaisa šis drošības caurums.'; $strInsecureMySQL = 'Jūsu konfigurācijas fails satur iestādījumus (lietotājs "root" bez paroles), kas atbilst noklusētajam MySQL priviliģētajam lietotājam. Jūsu MySQL serveris strādā ar šo noklusēto variantu, ir atvērts uzbrukumiem, un Jums tiešām jāaiztaisa šis drošības caurums.';
$strInsertAsNewRow = 'Ievietot kā jaunu rindu'; $strInsertAsNewRow = 'Ievietot kā jaunu rindu';
$strInsert = 'Pievienot'; $strInsert = 'Pievienot';
$strInternalNotNecessary = '* Iekšējā relācija nav nepieciešama, kad tā eksistē arī iekš InnoDB.';
$strInternalRelations = 'Iekšējās relācijas'; $strInternalRelations = 'Iekšējās relācijas';
$strInUse = 'lietošanā'; $strInUse = 'lietošanā';
@@ -994,7 +993,6 @@ $strDirectLinks = 'Direct links'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate $strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate $strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate $strRelationDeleted = 'Relation deleted'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate $strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate $strExportImportToScale = 'Export/Import to scale'; //to translate
@@ -1070,4 +1068,6 @@ $strWebServerInformation = 'Web server information'; //to translate
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate $strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
$strEvents = 'Events'; //to translate $strEvents = 'Events'; //to translate
$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
?> ?>

View File

@@ -290,7 +290,6 @@ $strInnodbStat = 'InnoDB būsena';
$strInsecureMySQL = 'Jūsų parinkčių byloje yra nurodyti standartiniai nustatymai (pvz: root vartotojas be slaptažožio). Taip sutinkinta MySQL darbinė stotis yra nesaugi, bei gali būti atvira įsilaužimams, todėl rekomenduojame pakeisti šias parinktis.'; $strInsecureMySQL = 'Jūsų parinkčių byloje yra nurodyti standartiniai nustatymai (pvz: root vartotojas be slaptažožio). Taip sutinkinta MySQL darbinė stotis yra nesaugi, bei gali būti atvira įsilaužimams, todėl rekomenduojame pakeisti šias parinktis.';
$strInsertAsNewRow = 'Įterpti naują įrašą'; $strInsertAsNewRow = 'Įterpti naują įrašą';
$strInsert = 'Įterpti'; $strInsert = 'Įterpti';
$strInternalNotNecessary = '* Galite nenaudoti vidinių sąryšių, jeigu jie jau apibrėžti InnoDB.';
$strInternalRelations = 'Vidiniai sąryšiai'; $strInternalRelations = 'Vidiniai sąryšiai';
$strInUse = 'šiuo metu naudojama'; $strInUse = 'šiuo metu naudojama';
@@ -987,7 +986,6 @@ $strDirectLinks = 'Direct links'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate $strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate $strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate $strRelationDeleted = 'Relation deleted'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate $strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate $strExportImportToScale = 'Export/Import to scale'; //to translate
@@ -1063,4 +1061,6 @@ $strWebServerInformation = 'Web server information'; //to translate
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate $strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
$strEvents = 'Events'; //to translate $strEvents = 'Events'; //to translate
$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
?> ?>

View File

@@ -308,7 +308,6 @@ $strInnodbStat = 'InnoDB статус';
$strInsecureMySQL = 'Вашата конфигурациска податотека содржи подесувања (root без лозинка) кои одговараат на стандардниот MySQL привилегиран налог. Вашиот MySQL сервер работи со овие подесувања, отворен е за упди, и навистина треба да го поправите овој сигурносен ризик.'; $strInsecureMySQL = 'Вашата конфигурациска податотека содржи подесувања (root без лозинка) кои одговараат на стандардниот MySQL привилегиран налог. Вашиот MySQL сервер работи со овие подесувања, отворен е за упди, и навистина треба да го поправите овој сигурносен ризик.';
$strInsert = 'Нов запис'; $strInsert = 'Нов запис';
$strInsertAsNewRow = 'Внеси како нов запис'; $strInsertAsNewRow = 'Внеси како нов запис';
$strInternalNotNecessary = '* Внатрешната релација не е неопходна кога постои и во InnoDB.';
$strInternalRelations = 'Внатрешни релации'; $strInternalRelations = 'Внатрешни релации';
$strJapanese = 'Јапонски'; $strJapanese = 'Јапонски';
@@ -796,7 +795,6 @@ $strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to trans
$strImportFormat = 'Format of imported file'; //to translate $strImportFormat = 'Format of imported file'; //to translate
$strImport = 'Import'; //to translate $strImport = 'Import'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate $strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate $strInternalRelationAdded = 'Internal relation added'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate $strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate $strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
@@ -1048,4 +1046,6 @@ $strWebServerInformation = 'Web server information'; //to translate
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate $strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
$strEvents = 'Events'; //to translate $strEvents = 'Events'; //to translate
$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
?> ?>

View File

@@ -596,7 +596,6 @@ $strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate $strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBPages = 'pages'; //to translate $strInnoDBPages = 'pages'; //to translate
$strInnodbStat = 'InnoDB Status'; //to translate $strInnodbStat = 'InnoDB Status'; //to translate
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate
$strInternalRelations = 'Internal relations'; //to translate $strInternalRelations = 'Internal relations'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate $strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate $strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
@@ -1009,7 +1008,6 @@ $strDirectLinks = 'Direct links'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate $strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate $strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate $strRelationDeleted = 'Relation deleted'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate $strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate $strExportImportToScale = 'Export/Import to scale'; //to translate
@@ -1085,4 +1083,6 @@ $strWebServerInformation = 'Web server information'; //to translate
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate $strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
$strEvents = 'Events'; //to translate $strEvents = 'Events'; //to translate
$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
?> ?>

View File

@@ -311,7 +311,6 @@ $strInnodbStat = 'InnoDB байдал';
$strInsecureMySQL = 'Таны тохиргооны файл нь MySQL-ын анхдагч онцгой эрхийг (нэвтрэгч root нь нууц үггүй) агуулжээ. Таны MySQL сервэр энэ анхдагчаар ажиллаж байгаа нь хэн ч урилгагүй орох боломжийг өгнө. Та хамгаалалтын асуудлаа засах хэрэгтэй'; $strInsecureMySQL = 'Таны тохиргооны файл нь MySQL-ын анхдагч онцгой эрхийг (нэвтрэгч root нь нууц үггүй) агуулжээ. Таны MySQL сервэр энэ анхдагчаар ажиллаж байгаа нь хэн ч урилгагүй орох боломжийг өгнө. Та хамгаалалтын асуудлаа засах хэрэгтэй';
$strInsertAsNewRow = 'Шинэ мөр оруулаад'; $strInsertAsNewRow = 'Шинэ мөр оруулаад';
$strInsert = 'Оруулах'; $strInsert = 'Оруулах';
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.';
$strInternalRelations = 'Дотоод хамаарал'; $strInternalRelations = 'Дотоод хамаарал';
$strInUse = 'хэрэглэгдэж байна'; $strInUse = 'хэрэглэгдэж байна';
$strInvalidColumnCount = 'Баганы тоо тэгээс их байна.'; $strInvalidColumnCount = 'Баганы тоо тэгээс их байна.';
@@ -992,7 +991,6 @@ $strDirectLinks = 'Direct links'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate $strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate $strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate $strRelationDeleted = 'Relation deleted'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate $strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate $strExportImportToScale = 'Export/Import to scale'; //to translate
@@ -1068,4 +1066,6 @@ $strWebServerInformation = 'Web server information'; //to translate
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate $strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
$strEvents = 'Events'; //to translate $strEvents = 'Events'; //to translate
$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
?> ?>

View File

@@ -371,13 +371,11 @@ $strInnoDBDataFilePath = 'Datafiler';
$strInnoDBDataHomeDir = 'Datalagringsmappe'; $strInnoDBDataHomeDir = 'Datalagringsmappe';
$strInnoDBDataHomeDirDesc = 'Felles del av filsti for alle InnoDB datafiler.'; $strInnoDBDataHomeDirDesc = 'Felles del av filsti for alle InnoDB datafiler.';
$strInnoDBPages = 'sider'; $strInnoDBPages = 'sider';
$strInnoDBRelationAdded = 'InnoDB relasjon lagt til';
$strInnodbStat = 'InnoDB status'; $strInnodbStat = 'InnoDB status';
$strInsecureMySQL = 'Din konfigurasjonsfil inneholder innstillinger (root uten passord) som korrensponderer med MySQLs standard priviligerte brukerkonto. Din MySQL-tjener kjører med denne standardinnstillingen, er åpen for misbruk, og du burde fikse dette sikkerhetshullet snarest.'; $strInsecureMySQL = 'Din konfigurasjonsfil inneholder innstillinger (root uten passord) som korrensponderer med MySQLs standard priviligerte brukerkonto. Din MySQL-tjener kjører med denne standardinnstillingen, er åpen for misbruk, og du burde fikse dette sikkerhetshullet snarest.';
$strInsert = 'Sett inn'; $strInsert = 'Sett inn';
$strInsertedRowId = 'Insatt rad id: %1$d'; $strInsertedRowId = 'Insatt rad id: %1$d';
$strInsertAsNewRow = 'Sett inn som ny rad'; $strInsertAsNewRow = 'Sett inn som ny rad';
$strInternalNotNecessary = '* En intern relasjon er ikke nødvendig når den også eksisterer i InnoDB.';
$strInternalRelationAdded = 'Intern relasjon lagt til'; $strInternalRelationAdded = 'Intern relasjon lagt til';
$strInternalRelations = 'Interne relasjoner'; $strInternalRelations = 'Interne relasjoner';
$strInUse = 'i bruk'; $strInUse = 'i bruk';
@@ -1045,4 +1043,6 @@ $strWebServerInformation = 'Web server information'; //to translate
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate $strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
$strEvents = 'Events'; //to translate $strEvents = 'Events'; //to translate
$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
?> ?>

View File

@@ -526,7 +526,6 @@ $strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate $strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBPages = 'pages'; //to translate $strInnoDBPages = 'pages'; //to translate
$strInnodbStat = 'InnoDB Status'; //to translate $strInnodbStat = 'InnoDB Status'; //to translate
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate
$strInternalRelations = 'Internal relations'; //to translate $strInternalRelations = 'Internal relations'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate $strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate $strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
@@ -994,7 +993,6 @@ $strDirectLinks = 'Direct links'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate $strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate $strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate $strRelationDeleted = 'Relation deleted'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate $strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate $strExportImportToScale = 'Export/Import to scale'; //to translate
@@ -1070,4 +1068,6 @@ $strWebServerInformation = 'Web server information'; //to translate
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate $strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
$strEvents = 'Events'; //to translate $strEvents = 'Events'; //to translate
$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
?> ?>

View File

@@ -341,7 +341,6 @@ $strInnodbStat = 'Status InnoDB';
$strInsecureMySQL = 'Twój plik konfiguracyjny zawiera ustawienia (konto roota bez hasła), które odpowiadają domyślnemu uprzywilejowanemu kontu MySQL. Twój serwer MySQL działa z takim ustawieniem, jest otwarty dla włamywaczy. Ta luka w bezpieczeństwie naprawdę powinna zostać naprawiona.'; $strInsecureMySQL = 'Twój plik konfiguracyjny zawiera ustawienia (konto roota bez hasła), które odpowiadają domyślnemu uprzywilejowanemu kontu MySQL. Twój serwer MySQL działa z takim ustawieniem, jest otwarty dla włamywaczy. Ta luka w bezpieczeństwie naprawdę powinna zostać naprawiona.';
$strInsertAsNewRow = 'Dodaj jako nowy rekord'; $strInsertAsNewRow = 'Dodaj jako nowy rekord';
$strInsert = 'Dodaj'; $strInsert = 'Dodaj';
$strInternalNotNecessary = '* Wewnętrzna relacja nie jest konieczna gdy istnieje również w InnoDB.';
$strInternalRelations = 'Wewnętrzne relacje'; $strInternalRelations = 'Wewnętrzne relacje';
$strInUse = 'w użyciu'; $strInUse = 'w użyciu';
$strInvalidAuthMethod = 'W konfiguracji ustawiono błędną metodę uwierzytelniania:'; $strInvalidAuthMethod = 'W konfiguracji ustawiono błędną metodę uwierzytelniania:';
@@ -965,7 +964,6 @@ $strDirectLinks = 'Direct links'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate $strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate $strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate $strRelationDeleted = 'Relation deleted'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate $strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate $strExportImportToScale = 'Export/Import to scale'; //to translate
@@ -1041,4 +1039,6 @@ $strWebServerInformation = 'Web server information'; //to translate
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate $strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
$strEvents = 'Events'; //to translate $strEvents = 'Events'; //to translate
$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
?> ?>

View File

@@ -243,7 +243,6 @@ $strInnodbStat = 'Estado da InnoDB';
$strInsecureMySQL = 'O seu ficheiro de configuração contem configurações (root sem palavra-passe) que correspondem à conta privilegiada por defeito do MySQL. O servidor MySQL está a correr com este valor por defeito, assim aberto a intrusões, deveria corrigir este buraco de segurança.'; $strInsecureMySQL = 'O seu ficheiro de configuração contem configurações (root sem palavra-passe) que correspondem à conta privilegiada por defeito do MySQL. O servidor MySQL está a correr com este valor por defeito, assim aberto a intrusões, deveria corrigir este buraco de segurança.';
$strInsertAsNewRow = 'Insere como novo registo'; $strInsertAsNewRow = 'Insere como novo registo';
$strInsert = 'Insere'; $strInsert = 'Insere';
$strInternalNotNecessary = '* Não é necessária uma relação interna quando também já existe na InnoDB.';
$strInternalRelations = 'Relações internas'; $strInternalRelations = 'Relações internas';
$strInUse = 'em uso'; $strInUse = 'em uso';
@@ -998,7 +997,6 @@ $strDirectLinks = 'Direct links'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate $strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate $strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate $strRelationDeleted = 'Relation deleted'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate $strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate $strExportImportToScale = 'Export/Import to scale'; //to translate
@@ -1074,4 +1072,6 @@ $strWebServerInformation = 'Web server information'; //to translate
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate $strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
$strEvents = 'Events'; //to translate $strEvents = 'Events'; //to translate
$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
?> ?>

View File

@@ -320,13 +320,11 @@ $strIndexName = 'Nume index&nbsp;:';
$strIndexType = 'Tip index&nbsp;:'; $strIndexType = 'Tip index&nbsp;:';
$strIndexWarningTable = 'Probleme cu indexul tabelului `%s`'; $strIndexWarningTable = 'Probleme cu indexul tabelului `%s`';
$strInnoDBPages = 'pagini'; $strInnoDBPages = 'pagini';
$strInnoDBRelationAdded = 'Relație InnoDB adăugată';
$strInnodbStat = 'Stare InnoDB'; $strInnodbStat = 'Stare InnoDB';
$strInsecureMySQL = 'Configurarea conține setările de bază (utilizator root fără parolă). Serverul MySQL poate fi astfel vulnerabil. Reparați neapărat această greșeală.'; $strInsecureMySQL = 'Configurarea conține setările de bază (utilizator root fără parolă). Serverul MySQL poate fi astfel vulnerabil. Reparați neapărat această greșeală.';
$strInsertAsNewRow = 'Inserează ca o nouă linie'; $strInsertAsNewRow = 'Inserează ca o nouă linie';
$strInsertedRowId = 'ID rînd inserat:'; $strInsertedRowId = 'ID rînd inserat:';
$strInsert = 'Inserare'; $strInsert = 'Inserare';
$strInternalNotNecessary = '* Nu se cere o relație internă în cazul în care există și în InnoDB.';
$strInternalRelationAdded = 'Relație internă adăugată'; $strInternalRelationAdded = 'Relație internă adăugată';
$strInternalRelations = 'Relații interne'; $strInternalRelations = 'Relații interne';
$strInUse = 'în folosință'; $strInUse = 'în folosință';
@@ -1062,4 +1060,6 @@ $strWebServerInformation = 'Web server information'; //to translate
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate $strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
$strEvents = 'Events'; //to translate $strEvents = 'Events'; //to translate
$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
?> ?>

View File

@@ -370,12 +370,10 @@ $strInnoDBDataFilePath = 'Файлы данных';
$strInnoDBDataHomeDir = 'Домашний каталог для данных'; $strInnoDBDataHomeDir = 'Домашний каталог для данных';
$strInnoDBDataHomeDirDesc = 'Общая часть пути к каталогу для всех файлов данных InnoDB'; $strInnoDBDataHomeDirDesc = 'Общая часть пути к каталогу для всех файлов данных InnoDB';
$strInnoDBPages = 'страниц'; $strInnoDBPages = 'страниц';
$strInnoDBRelationAdded = 'Создана связь таблиц типа InnoDB';
$strInnodbStat = 'Состояние InnoDB'; $strInnodbStat = 'Состояние InnoDB';
$strInsecureMySQL = 'Конфигурационный файл phpMyAdmin содержит настройки MySQL по-умолчанию, согласно которым для привилегированного пользователя &quot;root&quot; не задан пароль. Такие настройки делают MySQL-сервер уязвимым для несанкционированного доступа, поэтому настоятельно рекомендуется установить пароль для пользователя &quot;root&quot;.'; $strInsecureMySQL = 'Конфигурационный файл phpMyAdmin содержит настройки MySQL по-умолчанию, согласно которым для привилегированного пользователя &quot;root&quot; не задан пароль. Такие настройки делают MySQL-сервер уязвимым для несанкционированного доступа, поэтому настоятельно рекомендуется установить пароль для пользователя &quot;root&quot;.';
$strInsert = 'Вставить'; $strInsert = 'Вставить';
$strInsertAsNewRow = 'Вставить запись'; $strInsertAsNewRow = 'Вставить запись';
$strInternalNotNecessary = '* При наличии внутренней связи в таблице типа InnoDB, ее установка не обязательна.';
$strInternalRelationAdded = 'Добавлена внутренняя связь'; $strInternalRelationAdded = 'Добавлена внутренняя связь';
$strInternalRelations = 'Внутренние связи'; $strInternalRelations = 'Внутренние связи';
$strInUse = 'используется'; $strInUse = 'используется';
@@ -1049,4 +1047,6 @@ $strMySQLServerInformation = 'MySQL server information'; //to translate
$strWebServerInformation = 'Web server information'; //to translate $strWebServerInformation = 'Web server information'; //to translate
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate $strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
$strEvents = 'Events'; //to translate $strEvents = 'Events'; //to translate
$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
?> ?>

View File

@@ -368,12 +368,10 @@ $strInnoDBDataFilePath = 'Датотеке са подацима';
$strInnoDBDataHomeDirDesc = 'Заједнички део путање директоријума за све InnoDB датотеке са подацима.'; $strInnoDBDataHomeDirDesc = 'Заједнички део путање директоријума за све InnoDB датотеке са подацима.';
$strInnoDBDataHomeDir = 'Основни директоријум података'; $strInnoDBDataHomeDir = 'Основни директоријум података';
$strInnoDBPages = 'страна'; $strInnoDBPages = 'страна';
$strInnoDBRelationAdded = 'Додата InnoDB релација';
$strInnodbStat = 'InnoDB статус'; $strInnodbStat = 'InnoDB статус';
$strInsecureMySQL = 'Ваша конфигурациона датотека садржи подешавања (root без лозинке) која одговарају стандардном MySQL привилегованом налогу. Ваш MySQL сервер ради са овим подешавањима, отворен је за упаде, и заиста треба да исправите овај сигурносни ризик.'; $strInsecureMySQL = 'Ваша конфигурациона датотека садржи подешавања (root без лозинке) која одговарају стандардном MySQL привилегованом налогу. Ваш MySQL сервер ради са овим подешавањима, отворен је за упаде, и заиста треба да исправите овај сигурносни ризик.';
$strInsertAsNewRow = 'Унеси као нови ред'; $strInsertAsNewRow = 'Унеси као нови ред';
$strInsert = 'Нови запис'; $strInsert = 'Нови запис';
$strInternalNotNecessary = '* Унутрашња релација није неопходна када постоји и у InnoDB.';
$strInternalRelationAdded = 'Додата интерна релација'; $strInternalRelationAdded = 'Додата интерна релација';
$strInternalRelations = 'Унутрашње релације'; $strInternalRelations = 'Унутрашње релације';
$strInUse = 'се користи'; $strInUse = 'се користи';
@@ -1047,4 +1045,6 @@ $strWebServerInformation = 'Web server information'; //to translate
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate $strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
$strEvents = 'Events'; //to translate $strEvents = 'Events'; //to translate
$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
?> ?>

View File

@@ -368,12 +368,10 @@ $strInnoDBDataFilePath = 'Datoteke sa podacima';
$strInnoDBDataHomeDirDesc = 'Zajednički deo putanje direktorijuma za sve InnoDB datoteke sa podacima.'; $strInnoDBDataHomeDirDesc = 'Zajednički deo putanje direktorijuma za sve InnoDB datoteke sa podacima.';
$strInnoDBDataHomeDir = 'Osnovni direktorijum podataka'; $strInnoDBDataHomeDir = 'Osnovni direktorijum podataka';
$strInnoDBPages = 'strana'; $strInnoDBPages = 'strana';
$strInnoDBRelationAdded = 'Dodata InnoDB relacija';
$strInnodbStat = 'InnoDB status'; $strInnodbStat = 'InnoDB status';
$strInsecureMySQL = 'Vaša konfiguraciona datoteka sadrži podešavanja (root bez lozinke) koja odgovaraju standardnom MySQL privilegovanom nalogu. Vaš MySQL server radi sa ovim podešavanjima, otvoren je za upade, i zaista treba da ispravite ovaj sigurnosni rizik.'; $strInsecureMySQL = 'Vaša konfiguraciona datoteka sadrži podešavanja (root bez lozinke) koja odgovaraju standardnom MySQL privilegovanom nalogu. Vaš MySQL server radi sa ovim podešavanjima, otvoren je za upade, i zaista treba da ispravite ovaj sigurnosni rizik.';
$strInsertAsNewRow = 'Unesi kao novi red'; $strInsertAsNewRow = 'Unesi kao novi red';
$strInsert = 'Novi zapis'; $strInsert = 'Novi zapis';
$strInternalNotNecessary = '* Unutrašnja relacija nije neophodna kada postoji i u InnoDB.';
$strInternalRelationAdded = 'Dodata interna relacija'; $strInternalRelationAdded = 'Dodata interna relacija';
$strInternalRelations = 'Unutrašnje relacije'; $strInternalRelations = 'Unutrašnje relacije';
$strInUse = 'se koristi'; $strInUse = 'se koristi';
@@ -1047,4 +1045,6 @@ $strWebServerInformation = 'Web server information'; //to translate
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate $strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
$strEvents = 'Events'; //to translate $strEvents = 'Events'; //to translate
$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
?> ?>

View File

@@ -349,7 +349,6 @@ $strInnodbStat = 'InnoDB Status';
$strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.';
$strInsertAsNewRow = 'Insert as new row'; $strInsertAsNewRow = 'Insert as new row';
$strInsert = 'ඇතුල් කරන්න'; $strInsert = 'ඇතුල් කරන්න';
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.';
$strInternalRelations = 'Internal relations'; $strInternalRelations = 'Internal relations';
$strInUse = 'භාවිතා වෙමින් පවතී'; $strInUse = 'භාවිතා වෙමින් පවතී';
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; $strInvalidAuthMethod = 'Invalid authentication method set in configuration:';
@@ -974,7 +973,6 @@ $strDirectLinks = 'Direct links'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate $strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate $strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate $strRelationDeleted = 'Relation deleted'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate $strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate $strExportImportToScale = 'Export/Import to scale'; //to translate
@@ -1050,4 +1048,6 @@ $strWebServerInformation = 'Web server information'; //to translate
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate $strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
$strEvents = 'Events'; //to translate $strEvents = 'Events'; //to translate
$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
?> ?>

View File

@@ -344,7 +344,6 @@ $strInnodbStat = 'Stav InnoDB';
$strInsecureMySQL = 'Konfiguračný súbor obsahuje nastavenia (root bez hesla), ktoré zodpovedajú predvolenému privilegovanému MySQL účtu. Ak MySQL server beží s týmto nastavením, nie je zabezpečený proti napadnutiu, táto bezpečnostná chyba by mala byť urýchlene odstránená.'; $strInsecureMySQL = 'Konfiguračný súbor obsahuje nastavenia (root bez hesla), ktoré zodpovedajú predvolenému privilegovanému MySQL účtu. Ak MySQL server beží s týmto nastavením, nie je zabezpečený proti napadnutiu, táto bezpečnostná chyba by mala byť urýchlene odstránená.';
$strInsertAsNewRow = 'Vložiť ako nový riadok'; $strInsertAsNewRow = 'Vložiť ako nový riadok';
$strInsert = 'Vložiť'; $strInsert = 'Vložiť';
$strInternalNotNecessary = '* Vnútorný vzťah nie je nutný ak už vzťah existuje v InnoDB.';
$strInternalRelations = 'Interné vzťahy'; $strInternalRelations = 'Interné vzťahy';
$strInUse = 'práve sa používa'; $strInUse = 'práve sa používa';
$strInvalidAuthMethod = 'V konfigurácii je nastavená nesprávna autentifikačná metóda:'; $strInvalidAuthMethod = 'V konfigurácii je nastavená nesprávna autentifikačná metóda:';
@@ -972,7 +971,6 @@ $strDirectLinks = 'Direct links'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate $strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate $strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate $strRelationDeleted = 'Relation deleted'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate $strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate $strExportImportToScale = 'Export/Import to scale'; //to translate
@@ -1048,4 +1046,6 @@ $strWebServerInformation = 'Web server information'; //to translate
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate $strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
$strEvents = 'Events'; //to translate $strEvents = 'Events'; //to translate
$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
?> ?>

View File

@@ -259,7 +259,6 @@ $strInnodbStat = 'InnoDB stanje';
$strInsecureMySQL = 'Konfiguracijska datoteka vsebuje nastavitve (uporabnik root brez gesla), ki odgovarjajo privzetemu privlegiranemu računu MySQLa. MySQL strežnik teče s privzetimi nastavitvami, zato je izpostavljen vdorom. Čimprej odpravite ti dve varnostni luknji.'; $strInsecureMySQL = 'Konfiguracijska datoteka vsebuje nastavitve (uporabnik root brez gesla), ki odgovarjajo privzetemu privlegiranemu računu MySQLa. MySQL strežnik teče s privzetimi nastavitvami, zato je izpostavljen vdorom. Čimprej odpravite ti dve varnostni luknji.';
$strInsertAsNewRow = 'Vstavi kot novo vrstico'; $strInsertAsNewRow = 'Vstavi kot novo vrstico';
$strInsert = 'Vstavi'; $strInsert = 'Vstavi';
$strInternalNotNecessary = '* Notranja relacija je nepotrebna, če obstaja tudi v InnoDB.';
$strInternalRelations = 'Notranje relacije'; $strInternalRelations = 'Notranje relacije';
$strInUse = 'v uporabi'; $strInUse = 'v uporabi';
@@ -991,7 +990,6 @@ $strDirectLinks = 'Direct links'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate $strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate $strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate $strRelationDeleted = 'Relation deleted'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate $strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate $strExportImportToScale = 'Export/Import to scale'; //to translate
@@ -1067,4 +1065,6 @@ $strWebServerInformation = 'Web server information'; //to translate
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate $strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
$strEvents = 'Events'; //to translate $strEvents = 'Events'; //to translate
$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
?> ?>

View File

@@ -364,12 +364,10 @@ $strInnoDBDataFilePath = 'Archivos de datos';
$strInnoDBDataHomeDirDesc = 'La parte constante de la ruta del directorio para todos los archivos de datos InnoDB.'; $strInnoDBDataHomeDirDesc = 'La parte constante de la ruta del directorio para todos los archivos de datos InnoDB.';
$strInnoDBDataHomeDir = 'Directorio raíz de los datos'; $strInnoDBDataHomeDir = 'Directorio raíz de los datos';
$strInnoDBPages = 'páginas'; $strInnoDBPages = 'páginas';
$strInnoDBRelationAdded = 'Se añadió la relación InnoDB';
$strInnodbStat = 'Estado del InnoDB'; $strInnodbStat = 'Estado del InnoDB';
$strInsecureMySQL = 'Su archivo de configuración contiene parámetros (root sin contraseña) que corresponden a la cuenta privilegiada predeterminada de MySQL. Su servidor de MySQL está usando estos valores, lo que constituye una vulnerabilidad. Se le recomienda corregir esta brecha de seguridad. Por ejemplo, desde la página de inicio de phpMyAdmin seleccione Privilegios y agregue la contraseña a root@localhost. Deberá escribir la misma contraseña en config.inc.php de phpMyAdmin'; $strInsecureMySQL = 'Su archivo de configuración contiene parámetros (root sin contraseña) que corresponden a la cuenta privilegiada predeterminada de MySQL. Su servidor de MySQL está usando estos valores, lo que constituye una vulnerabilidad. Se le recomienda corregir esta brecha de seguridad. Por ejemplo, desde la página de inicio de phpMyAdmin seleccione Privilegios y agregue la contraseña a root@localhost. Deberá escribir la misma contraseña en config.inc.php de phpMyAdmin';
$strInsertAsNewRow = 'Insertar como una nueva fila'; $strInsertAsNewRow = 'Insertar como una nueva fila';
$strInsert = 'Insertar'; $strInsert = 'Insertar';
$strInternalNotNecessary = '* No es necesaria una relación interna cuando también existe en InnoDB.';
$strInternalRelationAdded = 'Se añadió la relación interna'; $strInternalRelationAdded = 'Se añadió la relación interna';
$strInternalRelations = 'Relaciones internas'; $strInternalRelations = 'Relaciones internas';
$strInUse = 'en uso'; $strInUse = 'en uso';
@@ -1043,4 +1041,6 @@ $strWebServerInformation = 'Web server information'; //to translate
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate $strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
$strSuhosin = 'El servidor está utilizando Suhosin. Por favor, refiérase a %sdocumentation%s para posibles ajustes.'; $strSuhosin = 'El servidor está utilizando Suhosin. Por favor, refiérase a %sdocumentation%s para posibles ajustes.';
$strEvents = 'Events'; //to translate $strEvents = 'Events'; //to translate
$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
?> ?>

View File

@@ -367,12 +367,10 @@ $strInnoDBDataFilePath = 'Datafiler';
$strInnoDBDataHomeDirDesc = 'Den gemensamma delen av sökvägen för alla InnoDB-datafiler.'; $strInnoDBDataHomeDirDesc = 'Den gemensamma delen av sökvägen för alla InnoDB-datafiler.';
$strInnoDBDataHomeDir = 'Hemkatalog för data'; $strInnoDBDataHomeDir = 'Hemkatalog för data';
$strInnoDBPages = 'sidor'; $strInnoDBPages = 'sidor';
$strInnoDBRelationAdded = 'InnoDB relation tillagd';
$strInnodbStat = 'InnoDB-status'; $strInnodbStat = 'InnoDB-status';
$strInsecureMySQL = 'Din konfigurationsfil innehåller inställningar (root-konto utan lösenord) som motsvarar MySQL:s privilegierade standardkonto. Din MySQL-server körs med denna standardinställning och är öppen för intrång, så du bör verkligen täppa till detta säkerhetshål.'; $strInsecureMySQL = 'Din konfigurationsfil innehåller inställningar (root-konto utan lösenord) som motsvarar MySQL:s privilegierade standardkonto. Din MySQL-server körs med denna standardinställning och är öppen för intrång, så du bör verkligen täppa till detta säkerhetshål.';
$strInsertAsNewRow = 'Lägg till som ny rad'; $strInsertAsNewRow = 'Lägg till som ny rad';
$strInsert = 'Lägg till'; $strInsert = 'Lägg till';
$strInternalNotNecessary = '* En intern relation är inte nödvändig när den även finns i InnoDB.';
$strInternalRelationAdded = 'Intern relation tillagd'; $strInternalRelationAdded = 'Intern relation tillagd';
$strInternalRelations = 'Interna relationer'; $strInternalRelations = 'Interna relationer';
$strInUse = 'används'; $strInUse = 'används';
@@ -1046,4 +1044,6 @@ $strWebServerInformation = 'Web server information'; //to translate
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate $strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
$strSuhosin = 'Server körs med Suhosin. Se %sdokumentation%s för möjliga frågor.'; $strSuhosin = 'Server körs med Suhosin. Se %sdokumentation%s för möjliga frågor.';
$strEvents = 'Events'; //to translate $strEvents = 'Events'; //to translate
$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
?> ?>

View File

@@ -329,7 +329,6 @@ $strInnodbStat = 'InnoDB Torışı';
$strInsecureMySQL = 'MySQL-servergä ireşü öçen qullanası xisap bularaq, caylaw biremendä töp xisap saylanğan (sersüzsez "root"). MySQL-server şul töp xisap belän açılğan da, andıy xällär iminlekneñ citdi tişege tip sanala.'; $strInsecureMySQL = 'MySQL-servergä ireşü öçen qullanası xisap bularaq, caylaw biremendä töp xisap saylanğan (sersüzsez "root"). MySQL-server şul töp xisap belän açılğan da, andıy xällär iminlekneñ citdi tişege tip sanala.';
$strInsertAsNewRow = 'Yaña yazma kert tä'; $strInsertAsNewRow = 'Yaña yazma kert tä';
$strInsert = 'Östäw'; $strInsert = 'Östäw';
$strInternalNotNecessary = '* InnoDB eçendä bulğan eçke bäyläneşlär qabatlarğa kiräk tügel.';
$strInternalRelations = 'Eçke bäyläneş'; $strInternalRelations = 'Eçke bäyläneş';
$strInUse = 'totıla'; $strInUse = 'totıla';
$strInvalidCSVParameter = 'CSV yökläweneñ yaraqsız köyläneşe: %s'; $strInvalidCSVParameter = 'CSV yökläweneñ yaraqsız köyläneşe: %s';
@@ -983,7 +982,6 @@ $strDirectLinks = 'Direct links'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate $strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate $strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate $strRelationDeleted = 'Relation deleted'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate $strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate $strExportImportToScale = 'Export/Import to scale'; //to translate
@@ -1059,4 +1057,6 @@ $strWebServerInformation = 'Web server information'; //to translate
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate $strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
$strEvents = 'Events'; //to translate $strEvents = 'Events'; //to translate
$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
?> ?>

View File

@@ -689,7 +689,6 @@ $strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate $strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate $strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBPages = 'pages'; //to translate $strInnoDBPages = 'pages'; //to translate
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate $strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate $strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate $strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
@@ -993,7 +992,6 @@ $strDirectLinks = 'Direct links'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate $strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate $strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate $strRelationDeleted = 'Relation deleted'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate $strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate $strExportImportToScale = 'Export/Import to scale'; //to translate
@@ -1069,4 +1067,6 @@ $strWebServerInformation = 'Web server information'; //to translate
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate $strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
$strEvents = 'Events'; //to translate $strEvents = 'Events'; //to translate
$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
?> ?>

View File

@@ -374,12 +374,10 @@ $strInnoDBDataFilePath = 'Veri dosyaları';
$strInnoDBDataHomeDirDesc = 'Tüm InnoDB veri dosyaları için dizin yolunun ortak kısmı.'; $strInnoDBDataHomeDirDesc = 'Tüm InnoDB veri dosyaları için dizin yolunun ortak kısmı.';
$strInnoDBDataHomeDir = 'Veri ana dizini'; $strInnoDBDataHomeDir = 'Veri ana dizini';
$strInnoDBPages = 'sayfa'; $strInnoDBPages = 'sayfa';
$strInnoDBRelationAdded = 'InnoDB ilişkisi eklendi';
$strInnodbStat = 'InnoDB Durumu'; $strInnodbStat = 'InnoDB Durumu';
$strInsecureMySQL = 'Yapılandırma dosyanız varsayılan MySQL yetkili hesapla uyuşan ayarlar (parolasız root) içeriyor. MySQL sunucunuz bu varsayılan, dışardan girişe açık ayarlarla çalışıyor ve bu güvenlik açığını gerçekten düzeltmeniz gerekmektedir.'; $strInsecureMySQL = 'Yapılandırma dosyanız varsayılan MySQL yetkili hesapla uyuşan ayarlar (parolasız root) içeriyor. MySQL sunucunuz bu varsayılan, dışardan girişe açık ayarlarla çalışıyor ve bu güvenlik açığını gerçekten düzeltmeniz gerekmektedir.';
$strInsertAsNewRow = 'Yeni satır olarak ekle'; $strInsertAsNewRow = 'Yeni satır olarak ekle';
$strInsert = 'Ekle'; $strInsert = 'Ekle';
$strInternalNotNecessary = '* InnoDb\'de zaten bir iç ilişki olduğunda bu gerekli değildir.';
$strInternalRelationAdded = 'Dahili ilişki eklendi'; $strInternalRelationAdded = 'Dahili ilişki eklendi';
$strInternalRelations = 'Dahili ilişkiler'; $strInternalRelations = 'Dahili ilişkiler';
$strInUse = 'kullanımda'; $strInUse = 'kullanımda';
@@ -1053,4 +1051,6 @@ $strWebServerInformation = 'Web server information'; //to translate
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate $strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
$strEvents = 'Events'; //to translate $strEvents = 'Events'; //to translate
$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
?> ?>

View File

@@ -688,7 +688,6 @@ $strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate $strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate $strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBPages = 'pages'; //to translate $strInnoDBPages = 'pages'; //to translate
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate
$strInternalRelations = 'Internal relations'; //to translate $strInternalRelations = 'Internal relations'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate $strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate $strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
@@ -991,7 +990,6 @@ $strDirectLinks = 'Direct links'; //to translate
$strHideShowAll = 'Hide/Show all'; //to translate $strHideShowAll = 'Hide/Show all'; //to translate
$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
$strInternalRelationAdded = 'Internal relation added'; //to translate $strInternalRelationAdded = 'Internal relation added'; //to translate
$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
$strRelationDeleted = 'Relation deleted'; //to translate $strRelationDeleted = 'Relation deleted'; //to translate
$strToSelectRelation = 'To select relation, click :'; //to translate $strToSelectRelation = 'To select relation, click :'; //to translate
$strExportImportToScale = 'Export/Import to scale'; //to translate $strExportImportToScale = 'Export/Import to scale'; //to translate
@@ -1067,4 +1065,6 @@ $strWebServerInformation = 'Web server information'; //to translate
$strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate $strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
$strEvents = 'Events'; //to translate $strEvents = 'Events'; //to translate
$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
?> ?>

View File

@@ -2489,4 +2489,20 @@ function PMA_extract_type_length($fieldspec) {
'length' => $length 'length' => $length
); );
} }
/**
* Verifies if this table's engine supports foreign keys
*
* @uses strtoupper()
* @param string $engine
* @return boolean
*/
function PMA_foreignkey_supported($engine) {
$engine = strtoupper($engine);
if ('INNODB' == $engine || 'PBXT' == $engine) {
return true;
} else {
return false;
}
}
?> ?>

View File

@@ -374,7 +374,7 @@ function PMA_getForeigners($db, $table, $column = '', $source = 'both')
$foreign = PMA_DBI_fetch_result($rel_query, 'master_field', null, $GLOBALS['controllink']); $foreign = PMA_DBI_fetch_result($rel_query, 'master_field', null, $GLOBALS['controllink']);
} }
if (($source == 'both' || $source == 'innodb') && strlen($table)) { if (($source == 'both' || $source == 'foreign') && strlen($table)) {
$show_create_table_query = 'SHOW CREATE TABLE ' $show_create_table_query = 'SHOW CREATE TABLE '
. PMA_backquote($db) . '.' . PMA_backquote($table); . PMA_backquote($db) . '.' . PMA_backquote($table);
$show_create_table = PMA_DBI_fetch_value($show_create_table_query, 0, 1); $show_create_table = PMA_DBI_fetch_value($show_create_table_query, 0, 1);
@@ -388,8 +388,8 @@ function PMA_getForeigners($db, $table, $column = '', $source = 'both')
if (count($one_key['index_list']) == 1) { if (count($one_key['index_list']) == 1) {
foreach ($one_key['index_list'] as $i => $field) { foreach ($one_key['index_list'] as $i => $field) {
// If a foreign key is defined in the 'internal' source (pmadb) // If a foreign key is defined in the 'internal' source (pmadb)
// and in 'innodb', we won't get it twice if $source='both' // and as a native foreign key, we won't get it twice
// because we use $field as key // if $source='both' because we use $field as key
// The parser looks for a CONSTRAINT clause just before // The parser looks for a CONSTRAINT clause just before
// the FOREIGN KEY clause. It finds it (as output from // the FOREIGN KEY clause. It finds it (as output from

View File

@@ -71,6 +71,7 @@ function get_tabs()
$i++; $i++;
} }
$GLOBALS['script_display_field'] .= $GLOBALS['script_display_field'] .=
'// ]]>' . "\n" . '// ]]>' . "\n" .
'</script>' . "\n"; '</script>' . "\n";
@@ -142,7 +143,7 @@ function get_script_contr()
$i++; $i++;
} }
} }
$row = PMA_getForeigners($GLOBALS['db'], $val[0], '', 'innodb'); $row = PMA_getForeigners($GLOBALS['db'], $val[0], '', 'foreign');
//echo "<br> INNO "; //echo "<br> INNO ";
//print_r($row); //print_r($row);
if ($row !== false) { if ($row !== false) {
@@ -214,10 +215,11 @@ function get_all_keys($unique_only = false)
$schema = $GLOBALS['PMD']['OWNER'][$I]; $schema = $GLOBALS['PMD']['OWNER'][$I];
// for now, take into account only the first index segment // for now, take into account only the first index segment
foreach (PMA_Index::getFromTable($table, $schema) as $index) { foreach (PMA_Index::getFromTable($table, $schema) as $index) {
if ($unique_only && $index->isUnique()) { if ($unique_only && ! $index->isUnique()) {
$column = key($index->getColumns()); continue;
$keys[$schema . '.' .$table . '.' . $column] = 1;
} }
$column = key($index->getColumns());
$keys[$schema . '.' .$table . '.' . $column] = 1;
} }
} }

View File

@@ -45,7 +45,7 @@ echo '
var strLang = Array(); var strLang = Array();
strLang["strModifications"] = "' . PMA_escapeJsString($strModifications) . '"; strLang["strModifications"] = "' . PMA_escapeJsString($strModifications) . '";
strLang["strRelationDeleted"] = "' . PMA_escapeJsString($strRelationDeleted) . '"; strLang["strRelationDeleted"] = "' . PMA_escapeJsString($strRelationDeleted) . '";
strLang["strInnoDBRelationAdded"] = "' . PMA_escapeJsString($strInnoDBRelationAdded). '"; strLang["strForeignKeyRelationAdded"] = "' . PMA_escapeJsString($strForeignKeyRelationAdded). '";
strLang["strGeneralRelationFeat:strDisabled"] = "' . PMA_escapeJsString($strGeneralRelationFeat . ' : ' . $strDisabled) . '"; strLang["strGeneralRelationFeat:strDisabled"] = "' . PMA_escapeJsString($strGeneralRelationFeat . ' : ' . $strDisabled) . '";
strLang["strInternalRelationAdded"] = "' . PMA_escapeJsString($strInternalRelationAdded) . '"; strLang["strInternalRelationAdded"] = "' . PMA_escapeJsString($strInternalRelationAdded) . '";
strLang["strErrorRelationAdded"] = "' . PMA_escapeJsString($strErrorRelationAdded) . '"; strLang["strErrorRelationAdded"] = "' . PMA_escapeJsString($strErrorRelationAdded) . '";
@@ -243,10 +243,10 @@ for ($i = 0; $i < count($GLOBALS['PMD']["TABLE_NAME"]); $i++) {
onmouseout="this.className = old_class;" onmouseout="this.className = old_class;"
onmousedown="Click_field('<?php onmousedown="Click_field('<?php
echo $GLOBALS['PMD_URL']["TABLE_NAME_SMALL"][$i]."','".urlencode($tab_column[$t_n]["COLUMN_NAME"][$j])."',"; echo $GLOBALS['PMD_URL']["TABLE_NAME_SMALL"][$i]."','".urlencode($tab_column[$t_n]["COLUMN_NAME"][$j])."',";
if ($GLOBALS['PMD']['TABLE_TYPE'][$i] != 'INNODB') { if (! PMA_foreignkey_supported($GLOBALS['PMD']['TABLE_TYPE'][$i])) {
echo (isset($tables_pk_or_unique_keys[$t_n . "." . $tab_column[$t_n]["COLUMN_NAME"][$j]]) ? 1 : 0); echo (isset($tables_pk_or_unique_keys[$t_n . "." . $tab_column[$t_n]["COLUMN_NAME"][$j]]) ? 1 : 0);
} else { } else {
// if this is an InnoDB table, it's not necessary that the // if foreign keys are supported, it's not necessary that the
// index is a primary key // index is a primary key
echo (isset($tables_all_keys[$t_n.".".$tab_column[$t_n]["COLUMN_NAME"][$j]]) ? 1 : 0); echo (isset($tables_all_keys[$t_n.".".$tab_column[$t_n]["COLUMN_NAME"][$j]]) ? 1 : 0);
} }
@@ -316,7 +316,7 @@ for ($i = 0; $i < count($GLOBALS['PMD']["TABLE_NAME"]); $i++) {
</thead> </thead>
<tbody id="InnoDB_relation"> <tbody id="InnoDB_relation">
<tr> <tr>
<td colspan="2" align="center" nowrap="nowrap"><b>InnoDB</b></td> <td colspan="2" align="center" nowrap="nowrap"><b>FOREIGN KEY</b></td>
</tr> </tr>
<tr> <tr>
<td width="58" nowrap="nowrap">on delete</td> <td width="58" nowrap="nowrap">on delete</td>

View File

@@ -22,12 +22,12 @@ $tables = PMA_DBI_get_tables_full($db, $T2);
//die(); //die();
$type_T2 = strtoupper($tables[$T2]['ENGINE']); $type_T2 = strtoupper($tables[$T2]['ENGINE']);
// I n n o D B // native foreign key
if ($type_T1 == 'INNODB' and $type_T2 == 'INNODB') { if (PMA_foreignkey_supported($type_T1) && PMA_foreignkey_supported($type_T2) && $type_T1 == $type_T2) {
// relation exists? // relation exists?
$existrel_innodb = PMA_getForeigners($db, $T2, '', 'innodb'); $existrel_foreign = PMA_getForeigners($db, $T2, '', 'foreign');
if (isset($existrel_innodb[$F2]) if (isset($existrel_foreign[$F2])
&& isset($existrel_innodb[$F2]['constraint'])) { && isset($existrel_foreign[$F2]['constraint'])) {
PMD_return(0,'strErrorRelationExists'); PMD_return(0,'strErrorRelationExists');
} }
// note: in InnoDB, the index does not requires to be on a PRIMARY // note: in InnoDB, the index does not requires to be on a PRIMARY
@@ -61,10 +61,10 @@ if ($type_T1 == 'INNODB' and $type_T2 == 'INNODB') {
$upd_query .= ' ON UPDATE ' . $on_update; $upd_query .= ' ON UPDATE ' . $on_update;
} }
PMA_DBI_try_query($upd_query) or PMD_return(0,'strErrorRelationAdded'); PMA_DBI_try_query($upd_query) or PMD_return(0,'strErrorRelationAdded');
PMD_return(1,'strInnoDBRelationAdded'); PMD_return(1,'strForeignKeyRelationAdded');
} }
// n o n - I n n o D B // internal (pmadb) relation
} else { } else {
if ($GLOBALS['cfgRelation']['relwork'] == false) { if ($GLOBALS['cfgRelation']['relwork'] == false) {
PMD_return(0, 'strGeneralRelationFeat:strDisabled'); PMD_return(0, 'strGeneralRelationFeat:strDisabled');

View File

@@ -23,14 +23,14 @@ $type_T1 = strtoupper($tables[$T1]['ENGINE']);
$tables = PMA_DBI_get_tables_full($db, $T2); $tables = PMA_DBI_get_tables_full($db, $T2);
$type_T2 = strtoupper($tables[$T2]['ENGINE']); $type_T2 = strtoupper($tables[$T2]['ENGINE']);
if ($type_T1 == 'INNODB' && $type_T2 == 'INNODB') { if (PMA_foreignkey_supported($type_T1) && PMA_foreignkey_supported($type_T2) && $type_T1 == $type_T2) {
// InnoDB // InnoDB
$existrel_innodb = PMA_getForeigners($DB2, $T2, '', 'innodb'); $existrel_foreign = PMA_getForeigners($DB2, $T2, '', 'foreign');
if (isset($existrel_innodb[$F2]['constraint'])) { if (isset($existrel_foreign[$F2]['constraint'])) {
$upd_query = 'ALTER TABLE ' . PMA_backquote($T2) $upd_query = 'ALTER TABLE ' . PMA_backquote($T2)
. ' DROP FOREIGN KEY ' . ' DROP FOREIGN KEY '
. PMA_backquote($existrel_innodb[$F2]['constraint']); . PMA_backquote($existrel_foreign[$F2]['constraint']);
$upd_rs = PMA_DBI_query($upd_query); $upd_rs = PMA_DBI_query($upd_query);
} }
} else { } else {

View File

@@ -492,7 +492,7 @@ if (isset($possible_row_formats[$tbl_type])) {
<?php <?php
// display "Add constraints" choice only if there are // display "Add constraints" choice only if there are
// foreign keys // foreign keys
if (PMA_getForeigners($GLOBALS['db'], $GLOBALS['table'], '', 'innodb')) { if (PMA_getForeigners($GLOBALS['db'], $GLOBALS['table'], '', 'foreign')) {
?> ?>
<input type="checkbox" name="add_constraints" value="1" id="checkbox_constraints" /> <input type="checkbox" name="add_constraints" value="1" id="checkbox_constraints" />
<label for="checkbox_constraints"><?php echo $strAddConstraints; ?></label><br /> <label for="checkbox_constraints"><?php echo $strAddConstraints; ?></label><br />

View File

@@ -84,8 +84,8 @@ $cfgRelation = PMA_getRelationsParam();
if ($cfgRelation['relwork']) { if ($cfgRelation['relwork']) {
$existrel = PMA_getForeigners($db, $table, '', 'internal'); $existrel = PMA_getForeigners($db, $table, '', 'internal');
} }
if ($tbl_type == 'INNODB') { if (PMA_foreignkey_supported($tbl_type)) {
$existrel_innodb = PMA_getForeigners($db, $table, '', 'innodb'); $existrel_foreign = PMA_getForeigners($db, $table, '', 'foreign');
} }
if ($cfgRelation['displaywork']) { if ($cfgRelation['displaywork']) {
$disp = PMA_getDisplayField($db, $table); $disp = PMA_getDisplayField($db, $table);
@@ -131,21 +131,21 @@ if (isset($destination) && $cfgRelation['relwork']) {
} // end while } // end while
} // end if (updates for internal relations) } // end if (updates for internal relations)
// u p d a t e s f o r I n n o D B // u p d a t e s f o r f o r e i g n k e y s
// (for now, one index name only; we keep the definitions if the // (for now, one index name only; we keep the definitions if the
// foreign db is not the same) // foreign db is not the same)
// I use $sql_query to be able to display directly the query via // I use $sql_query to be able to display directly the query via
// PMA_showMessage() // PMA_showMessage()
if (isset($_REQUEST['destination_innodb'])) { if (isset($_REQUEST['destination_foreign'])) {
$display_query = ''; $display_query = '';
$seen_error = false; $seen_error = false;
foreach ($_REQUEST['destination_innodb'] as $master_field => $foreign_string) { foreach ($_REQUEST['destination_foreign'] as $master_field => $foreign_string) {
if (! empty($foreign_string)) { if (! empty($foreign_string)) {
$foreign_string = trim($foreign_string, '`'); $foreign_string = trim($foreign_string, '`');
list($foreign_db, $foreign_table, $foreign_field) = list($foreign_db, $foreign_table, $foreign_field) =
explode('`.`', $foreign_string); explode('`.`', $foreign_string);
if (!isset($existrel_innodb[$master_field])) { if (!isset($existrel_foreign[$master_field])) {
// no key defined for this field // no key defined for this field
// The next few lines are repeated below, so they // The next few lines are repeated below, so they
@@ -172,9 +172,9 @@ if (isset($_REQUEST['destination_innodb'])) {
$display_query .= $sql_query . "\n"; $display_query .= $sql_query . "\n";
// end repeated code // end repeated code
} elseif (($existrel_innodb[$master_field]['foreign_db'] . '.' .$existrel_innodb[$master_field]['foreign_table'] . '.' . $existrel_innodb[$master_field]['foreign_field'] != $foreign_string) } elseif (($existrel_foreign[$master_field]['foreign_db'] . '.' .$existrel_foreign[$master_field]['foreign_table'] . '.' . $existrel_foreign[$master_field]['foreign_field'] != $foreign_string)
|| ($_REQUEST['on_delete'][$master_field] != (!empty($existrel_innodb[$master_field]['on_delete']) ? $existrel_innodb[$master_field]['on_delete'] : '')) || ($_REQUEST['on_delete'][$master_field] != (!empty($existrel_foreign[$master_field]['on_delete']) ? $existrel_foreign[$master_field]['on_delete'] : ''))
|| ($_REQUEST['on_update'][$master_field] != (!empty($existrel_innodb[$master_field]['on_update']) ? $existrel_innodb[$master_field]['on_update'] : '')) || ($_REQUEST['on_update'][$master_field] != (!empty($existrel_foreign[$master_field]['on_update']) ? $existrel_foreign[$master_field]['on_update'] : ''))
) { ) {
// another foreign key is already defined for this field // another foreign key is already defined for this field
// or // or
@@ -183,7 +183,7 @@ if (isset($_REQUEST['destination_innodb'])) {
// remove existing key // remove existing key
$sql_query = 'ALTER TABLE ' . PMA_backquote($table) $sql_query = 'ALTER TABLE ' . PMA_backquote($table)
. ' DROP FOREIGN KEY ' . ' DROP FOREIGN KEY '
. PMA_backquote($existrel_innodb[$master_field]['constraint']) . ';'; . PMA_backquote($existrel_foreign[$master_field]['constraint']) . ';';
// I tried to send both in one query but it failed // I tried to send both in one query but it failed
PMA_DBI_query($sql_query); PMA_DBI_query($sql_query);
@@ -210,10 +210,10 @@ if (isset($_REQUEST['destination_innodb'])) {
$display_query .= $sql_query . "\n"; $display_query .= $sql_query . "\n";
} // end if... else.... } // end if... else....
} elseif (isset($existrel_innodb[$master_field])) { } elseif (isset($existrel_foreign[$master_field])) {
$sql_query = 'ALTER TABLE ' . PMA_backquote($table) $sql_query = 'ALTER TABLE ' . PMA_backquote($table)
. ' DROP FOREIGN KEY ' . ' DROP FOREIGN KEY '
. PMA_backquote($existrel_innodb[$master_field]['constraint']); . PMA_backquote($existrel_foreign[$master_field]['constraint']);
$sql_query .= ';'; $sql_query .= ';';
$display_query .= $sql_query . "\n"; $display_query .= $sql_query . "\n";
} // end if... else.... } // end if... else....
@@ -246,7 +246,7 @@ if (isset($_REQUEST['destination_innodb'])) {
PMA_showMessage($strSuccess, null, 'success'); PMA_showMessage($strSuccess, null, 'success');
} }
} }
} // end if isset($destination_innodb) } // end if isset($destination_foreign)
// U p d a t e s f o r d i s p l a y f i e l d // U p d a t e s f o r d i s p l a y f i e l d
@@ -282,8 +282,8 @@ if ($cfgRelation['displaywork'] && isset($display_field)) {
if (isset($destination) && $cfgRelation['relwork']) { if (isset($destination) && $cfgRelation['relwork']) {
$existrel = PMA_getForeigners($db, $table, '', 'internal'); $existrel = PMA_getForeigners($db, $table, '', 'internal');
} }
if (isset($destination_innodb) && $tbl_type=='INNODB') { if (isset($destination_foreign) && PMA_foreignkey_supported($tbl_type)) {
$existrel_innodb = PMA_getForeigners($db, $table, '', 'innodb'); $existrel_foreign = PMA_getForeigners($db, $table, '', 'foreign');
} }
if ($cfgRelation['displaywork']) { if ($cfgRelation['displaywork']) {
@@ -302,12 +302,13 @@ echo PMA_generate_common_hidden_inputs($db, $table);
// relations // relations
if ($cfgRelation['relwork'] || $tbl_type == 'INNODB') { if ($cfgRelation['relwork'] || PMA_foreignkey_supported($tbl_type)) {
// To choose relations we first need all tables names in current db // To choose relations we first need all tables names in current db
// and if PMA version permits and the main table is innodb, // and if the main table supports foreign keys
// we use SHOW TABLE STATUS because we need to find other InnoDB tables // we use SHOW TABLE STATUS because we need to find other tables of the
// same engine.
if ($tbl_type == 'INNODB') { if (PMA_foreignkey_supported($tbl_type)) {
$tab_query = 'SHOW TABLE STATUS FROM ' . PMA_backquote($db); $tab_query = 'SHOW TABLE STATUS FROM ' . PMA_backquote($db);
// [0] of the row is the name // [0] of the row is the name
// [1] is the type // [1] is the type
@@ -318,17 +319,19 @@ if ($cfgRelation['relwork'] || $tbl_type == 'INNODB') {
$tab_rs = PMA_DBI_query($tab_query, null, PMA_DBI_QUERY_STORE); $tab_rs = PMA_DBI_query($tab_query, null, PMA_DBI_QUERY_STORE);
$selectboxall[] = ''; $selectboxall[] = '';
$selectboxall_innodb[] = ''; $selectboxall_foreign[] = '';
while ($curr_table = PMA_DBI_fetch_row($tab_rs)) { while ($curr_table = PMA_DBI_fetch_row($tab_rs)) {
$current_table = new PMA_Table($curr_table[0], $db); $current_table = new PMA_Table($curr_table[0], $db);
$selectboxall = array_merge($selectboxall, $current_table->getUniqueColumns()); $selectboxall = array_merge($selectboxall, $current_table->getUniqueColumns());
if ($tbl_type == 'INNODB' // if foreign keys are supported, collect all keys from other
// tables of the same engine
if (PMA_foreignkey_supported($tbl_type)
&& isset($curr_table[1]) && isset($curr_table[1])
&& $curr_table[1] == 'InnoDB') { && strtoupper($curr_table[1]) == $tbl_type) {
$selectboxall_innodb = array_merge($selectboxall_innodb, $current_table->getIndexedColumns()); $selectboxall_foreign = array_merge($selectboxall_foreign, $current_table->getIndexedColumns());
} }
} // end while over tables } // end while over tables
} // end if } // end if
@@ -352,13 +355,14 @@ if ($col_rs && PMA_DBI_num_rows($col_rs) > 0) {
<?php <?php
if ($cfgRelation['relwork']) { if ($cfgRelation['relwork']) {
echo '<th>' . $strInternalRelations; echo '<th>' . $strInternalRelations;
if ($tbl_type=='INNODB') { if (PMA_foreignkey_supported($tbl_type)) {
echo PMA_showHint($strInternalNotNecessary); echo PMA_showHint($strInternalAndForeign);
} }
echo '</th>'; echo '</th>';
} }
if ($tbl_type == 'INNODB') { if (PMA_foreignkey_supported($tbl_type)) {
echo '<th colspan="2">InnoDB'; // this does not have to be translated, it's part of the MySQL syntax
echo '<th colspan="2">FOREIGN KEY (' . $tbl_type . ')';
echo '</th>'; echo '</th>';
} }
?> ?>
@@ -410,23 +414,23 @@ if ($col_rs && PMA_DBI_num_rows($col_rs) > 0) {
<?php <?php
} // end if (internal relations) } // end if (internal relations)
if ($tbl_type=='INNODB') { if (PMA_foreignkey_supported($tbl_type)) {
echo '<td>'; echo '<td>';
if (!empty($save_row[$i]['Key'])) { if (!empty($save_row[$i]['Key'])) {
?> ?>
<span class="formelement"> <span class="formelement">
<select name="destination_innodb[<?php echo htmlspecialchars($save_row[$i]['Field']); ?>]"> <select name="destination_foreign[<?php echo htmlspecialchars($save_row[$i]['Field']); ?>]">
<?php <?php
if (isset($existrel_innodb[$myfield])) { if (isset($existrel_foreign[$myfield])) {
$foreign_field = $existrel_innodb[$myfield]['foreign_db'] . '.' $foreign_field = $existrel_foreign[$myfield]['foreign_db'] . '.'
. $existrel_innodb[$myfield]['foreign_table'] . '.' . $existrel_foreign[$myfield]['foreign_table'] . '.'
. $existrel_innodb[$myfield]['foreign_field']; . $existrel_foreign[$myfield]['foreign_field'];
} else { } else {
$foreign_field = FALSE; $foreign_field = FALSE;
} }
$found_foreign_field = FALSE; $found_foreign_field = FALSE;
foreach ($selectboxall_innodb as $value) { foreach ($selectboxall_foreign as $value) {
echo ' ' echo ' '
. '<option value="' . htmlspecialchars($value) . '"'; . '<option value="' . htmlspecialchars($value) . '"';
if ($foreign_field && $value == $foreign_field) { if ($foreign_field && $value == $foreign_field) {
@@ -453,7 +457,7 @@ if ($col_rs && PMA_DBI_num_rows($col_rs) > 0) {
PMA_generate_dropdown('ON DELETE', PMA_generate_dropdown('ON DELETE',
'on_delete[' . $save_row[$i]['Field'] . ']', 'on_delete[' . $save_row[$i]['Field'] . ']',
$options_array, $options_array,
isset($existrel_innodb[$myfield]['on_delete']) ? $existrel_innodb[$myfield]['on_delete']: ''); isset($existrel_foreign[$myfield]['on_delete']) ? $existrel_foreign[$myfield]['on_delete']: '');
echo '</span>' . "\n" echo '</span>' . "\n"
.'<span class="formelement">' . "\n"; .'<span class="formelement">' . "\n";
@@ -461,7 +465,7 @@ if ($col_rs && PMA_DBI_num_rows($col_rs) > 0) {
PMA_generate_dropdown('ON UPDATE', PMA_generate_dropdown('ON UPDATE',
'on_update[' . $save_row[$i]['Field'] . ']', 'on_update[' . $save_row[$i]['Field'] . ']',
$options_array, $options_array,
isset($existrel_innodb[$myfield]['on_update']) ? $existrel_innodb[$myfield]['on_update']: ''); isset($existrel_foreign[$myfield]['on_update']) ? $existrel_foreign[$myfield]['on_update']: '');
echo '</span>' . "\n"; echo '</span>' . "\n";
} else { } else {
echo $strNoIndex; echo $strNoIndex;

View File

@@ -480,9 +480,9 @@ echo $strPrintView;
<?php <?php
if (! $tbl_is_view && ! $db_is_information_schema) { if (! $tbl_is_view && ! $db_is_information_schema) {
// if internal relations are available, or the table type is INNODB // if internal relations are available, or foreign keys are supported
// ($tbl_type comes from libraries/tbl_info.inc.php) // ($tbl_type comes from libraries/tbl_info.inc.php)
if ($cfgRelation['relwork'] || $tbl_type=="INNODB") { if ($cfgRelation['relwork'] || PMA_foreignkey_supported($tbl_type)) {
?> ?>
<a href="tbl_relation.php?<?php echo $url_query; ?>"><?php <a href="tbl_relation.php?<?php echo $url_query; ?>"><?php
if ($cfg['PropertiesIconic']) { if ($cfg['PropertiesIconic']) {