diff --git a/ChangeLog b/ChangeLog index ab4828447..d4d2b9712 100755 --- a/ChangeLog +++ b/ChangeLog @@ -20,6 +20,7 @@ $Source$ libraries/export/sql.php: Add support for IF NOT EXISTS in CREATE TABLE export (RFE #913421). * lang/czech: Updated. + * libraries/export/sql.php, lang/*: Remove some hardcoded strings. 2004-03-09 Marc Delisle * libraries/common.lib.php, libraries/display*, lang/*: diff --git a/lang/afrikaans-iso-8859-1.inc.php b/lang/afrikaans-iso-8859-1.inc.php index e75ec4616..66daa1e29 100644 --- a/lang/afrikaans-iso-8859-1.inc.php +++ b/lang/afrikaans-iso-8859-1.inc.php @@ -740,4 +740,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/afrikaans-utf-8.inc.php b/lang/afrikaans-utf-8.inc.php index a1a7cc303..e4b38ee4a 100644 --- a/lang/afrikaans-utf-8.inc.php +++ b/lang/afrikaans-utf-8.inc.php @@ -741,4 +741,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/albanian-iso-8859-1.inc.php b/lang/albanian-iso-8859-1.inc.php index 8c8033845..19616ba3f 100644 --- a/lang/albanian-iso-8859-1.inc.php +++ b/lang/albanian-iso-8859-1.inc.php @@ -733,4 +733,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/albanian-utf-8.inc.php b/lang/albanian-utf-8.inc.php index c5bf3f7d0..1654c88ec 100644 --- a/lang/albanian-utf-8.inc.php +++ b/lang/albanian-utf-8.inc.php @@ -734,4 +734,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/arabic-utf-8.inc.php b/lang/arabic-utf-8.inc.php index 325828d7a..3e352f059 100644 --- a/lang/arabic-utf-8.inc.php +++ b/lang/arabic-utf-8.inc.php @@ -735,4 +735,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/arabic-windows-1256.inc.php b/lang/arabic-windows-1256.inc.php index 596bfcc32..728e74553 100644 --- a/lang/arabic-windows-1256.inc.php +++ b/lang/arabic-windows-1256.inc.php @@ -734,4 +734,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/azerbaijani-iso-8859-9.inc.php b/lang/azerbaijani-iso-8859-9.inc.php index 63f362922..366e3bbb3 100644 --- a/lang/azerbaijani-iso-8859-9.inc.php +++ b/lang/azerbaijani-iso-8859-9.inc.php @@ -729,4 +729,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/azerbaijani-utf-8.inc.php b/lang/azerbaijani-utf-8.inc.php index a8fc10b58..3fc9277b6 100644 --- a/lang/azerbaijani-utf-8.inc.php +++ b/lang/azerbaijani-utf-8.inc.php @@ -730,4 +730,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/basque-iso-8859-1.inc.php b/lang/basque-iso-8859-1.inc.php index 021f29311..4b7fdd873 100644 --- a/lang/basque-iso-8859-1.inc.php +++ b/lang/basque-iso-8859-1.inc.php @@ -732,4 +732,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/basque-utf-8.inc.php b/lang/basque-utf-8.inc.php index 5b0ca674b..da724478c 100644 --- a/lang/basque-utf-8.inc.php +++ b/lang/basque-utf-8.inc.php @@ -733,4 +733,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/bosnian-utf-8.inc.php b/lang/bosnian-utf-8.inc.php index 9333d66cd..40cd50fbd 100644 --- a/lang/bosnian-utf-8.inc.php +++ b/lang/bosnian-utf-8.inc.php @@ -739,4 +739,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/bosnian-windows-1250.inc.php b/lang/bosnian-windows-1250.inc.php index d7ef95319..ee404bd69 100644 --- a/lang/bosnian-windows-1250.inc.php +++ b/lang/bosnian-windows-1250.inc.php @@ -738,4 +738,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/brazilian_portuguese-iso-8859-1.inc.php b/lang/brazilian_portuguese-iso-8859-1.inc.php index a7194ccdf..0b6fd0e4f 100644 --- a/lang/brazilian_portuguese-iso-8859-1.inc.php +++ b/lang/brazilian_portuguese-iso-8859-1.inc.php @@ -754,4 +754,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/brazilian_portuguese-utf-8.inc.php b/lang/brazilian_portuguese-utf-8.inc.php index 875d1b212..978b180e8 100644 --- a/lang/brazilian_portuguese-utf-8.inc.php +++ b/lang/brazilian_portuguese-utf-8.inc.php @@ -755,4 +755,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/bulgarian-koi8-r.inc.php b/lang/bulgarian-koi8-r.inc.php index 8fe2ac11a..53ba83184 100644 --- a/lang/bulgarian-koi8-r.inc.php +++ b/lang/bulgarian-koi8-r.inc.php @@ -737,4 +737,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/bulgarian-utf-8.inc.php b/lang/bulgarian-utf-8.inc.php index 3b3cf50e5..1afb1016a 100644 --- a/lang/bulgarian-utf-8.inc.php +++ b/lang/bulgarian-utf-8.inc.php @@ -738,4 +738,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/bulgarian-windows-1251.inc.php b/lang/bulgarian-windows-1251.inc.php index a85d39fab..ea0ae9e2f 100644 --- a/lang/bulgarian-windows-1251.inc.php +++ b/lang/bulgarian-windows-1251.inc.php @@ -737,4 +737,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/catalan-iso-8859-1.inc.php b/lang/catalan-iso-8859-1.inc.php index fa9703cdb..db9fba8fd 100644 --- a/lang/catalan-iso-8859-1.inc.php +++ b/lang/catalan-iso-8859-1.inc.php @@ -725,4 +725,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/catalan-utf-8.inc.php b/lang/catalan-utf-8.inc.php index eaa02b018..71af5246d 100644 --- a/lang/catalan-utf-8.inc.php +++ b/lang/catalan-utf-8.inc.php @@ -726,4 +726,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/chinese_big5-utf-8.inc.php b/lang/chinese_big5-utf-8.inc.php index 51a8d32fe..c78a4a18f 100644 --- a/lang/chinese_big5-utf-8.inc.php +++ b/lang/chinese_big5-utf-8.inc.php @@ -8,6 +8,7 @@ $charset = 'utf-8'; $allow_recoding = TRUE; +$allow_recoding = TRUE; $text_dir = 'ltr'; $left_font_family = 'verdana, arial, helvetica, geneva, sans-serif'; $right_font_family = 'helvetica, sans-serif'; @@ -732,4 +733,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/chinese_big5.inc.php b/lang/chinese_big5.inc.php index 01be067eb..2950c108f 100644 --- a/lang/chinese_big5.inc.php +++ b/lang/chinese_big5.inc.php @@ -731,4 +731,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/chinese_gb-utf-8.inc.php b/lang/chinese_gb-utf-8.inc.php index 406bac353..e781522d7 100644 --- a/lang/chinese_gb-utf-8.inc.php +++ b/lang/chinese_gb-utf-8.inc.php @@ -732,4 +732,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/chinese_gb.inc.php b/lang/chinese_gb.inc.php index e8e211bf2..6cc2f0838 100644 --- a/lang/chinese_gb.inc.php +++ b/lang/chinese_gb.inc.php @@ -731,4 +731,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/croatian-iso-8859-2.inc.php b/lang/croatian-iso-8859-2.inc.php index 943c7d65d..a14a9526e 100644 --- a/lang/croatian-iso-8859-2.inc.php +++ b/lang/croatian-iso-8859-2.inc.php @@ -753,4 +753,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/croatian-utf-8.inc.php b/lang/croatian-utf-8.inc.php index 48d700a4a..0bb819b02 100644 --- a/lang/croatian-utf-8.inc.php +++ b/lang/croatian-utf-8.inc.php @@ -754,4 +754,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/croatian-windows-1250.inc.php b/lang/croatian-windows-1250.inc.php index c41a97693..845da5995 100644 --- a/lang/croatian-windows-1250.inc.php +++ b/lang/croatian-windows-1250.inc.php @@ -753,4 +753,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/czech-iso-8859-2.inc.php b/lang/czech-iso-8859-2.inc.php index 3e1dbdc00..c2dcac5a0 100644 --- a/lang/czech-iso-8859-2.inc.php +++ b/lang/czech-iso-8859-2.inc.php @@ -131,6 +131,7 @@ $strColumnNames = 'N $strColumnPrivileges = 'Oprávnění pro jednotlivé sloupce'; $strCommand = 'Příkaz'; $strComments = 'Komentáře'; +$strCommentsForTable = 'KOMENTÁŘE PRO TABULKU'; $strCompleteInserts = 'Úplné inserty'; $strCompression = 'Komprese'; $strConfigFileError = 'phpMyAdmin nemohl načíst konfigurační soubor!
Tato chyba může nastat pokud v něm php najde chybu nebo nemůže tento soubor najít.
Po kliknutí na následující odkaz se konfigurace spustí a budou zobrazeny informace o chybě, ke které došlo. Pak opravte tuto chybu (nejčastěji se jedná o chybějící středník).
Pokud získáte prázdnou stránku, všechno je v pořádku.'; @@ -358,6 +359,7 @@ $strLogin = 'P $strLoginInformation = 'Přihlašování'; $strLogout = 'Odhlásit se'; +$strMIMETypesForTable = 'MIME TYPY PRO TABULKU'; $strMIME_MIMEtype = 'MIME typ'; $strMIME_available_mime = 'Dostupné MIME typy'; $strMIME_available_transform = 'Dostupné tranformace'; @@ -521,6 +523,7 @@ $strRelationNotWorking = 'N $strRelationView = 'Zobrazit relace'; $strRelationalSchema = 'Relační schéma'; $strRelations = 'Relace'; +$strRelationsForTable = 'RELACE PRO TABULKU'; $strReloadFailed = 'Znovunačtení MySQL selhalo.'; $strReloadMySQL = 'Znovunačtení MySQL'; $strReloadingThePrivileges = 'Znovunačítám oprávnění'; diff --git a/lang/czech-utf-8.inc.php b/lang/czech-utf-8.inc.php index fa496d1ad..2479bf708 100644 --- a/lang/czech-utf-8.inc.php +++ b/lang/czech-utf-8.inc.php @@ -132,6 +132,7 @@ $strColumnNames = 'NĂĄzvy sloupcĹŻ'; $strColumnPrivileges = 'OprĂĄvněnĂ­ pro jednotlivĂŠ sloupce'; $strCommand = 'Příkaz'; $strComments = 'Komentáře'; +$strCommentsForTable = 'KOMENTÁŘE PRO TABULKU'; $strCompleteInserts = 'ÚplnĂŠ inserty'; $strCompression = 'Komprese'; $strConfigFileError = 'phpMyAdmin nemohl načíst konfiguračnĂ­ soubor!
Tato chyba mĹŻĹže nastat pokud v něm php najde chybu nebo nemĹŻĹže tento soubor najĂ­t.
Po kliknutĂ­ na nĂĄsledujĂ­cĂ­ odkaz se konfigurace spustĂ­ a budou zobrazeny informace o chybě, ke kterĂŠ doĹĄlo. Pak opravte tuto chybu (nejčastěji se jednĂĄ o chybějĂ­cĂ­ střednĂ­k).
Pokud zĂ­skĂĄte prĂĄzdnou strĂĄnku, vĹĄechno je v pořádku.'; @@ -359,6 +360,7 @@ $strLogin = 'PřihlĂĄĹĄenĂ­'; $strLoginInformation = 'PřihlaĹĄovĂĄnĂ­'; $strLogout = 'OdhlĂĄsit se'; +$strMIMETypesForTable = 'MIME TYPY PRO TABULKU'; $strMIME_MIMEtype = 'MIME typ'; $strMIME_available_mime = 'DostupnĂŠ MIME typy'; $strMIME_available_transform = 'DostupnĂŠ tranformace'; @@ -522,6 +524,7 @@ $strRelationNotWorking = 'NěkterĂŠ funkce pro prĂĄci s propojenĂ˝mi tabulk $strRelationView = 'Zobrazit relace'; $strRelationalSchema = 'RelačnĂ­ schĂŠma'; $strRelations = 'Relace'; +$strRelationsForTable = 'RELACE PRO TABULKU'; $strReloadFailed = 'ZnovunačtenĂ­ MySQL selhalo.'; $strReloadMySQL = 'ZnovunačtenĂ­ MySQL'; $strReloadingThePrivileges = 'ZnovunačítĂĄm oprĂĄvněnĂ­'; diff --git a/lang/czech-windows-1250.inc.php b/lang/czech-windows-1250.inc.php index c77e1f26a..0a79cf371 100644 --- a/lang/czech-windows-1250.inc.php +++ b/lang/czech-windows-1250.inc.php @@ -131,6 +131,7 @@ $strColumnNames = 'N $strColumnPrivileges = 'Oprávnění pro jednotlivé sloupce'; $strCommand = 'Příkaz'; $strComments = 'Komentáře'; +$strCommentsForTable = 'KOMENTÁŘE PRO TABULKU'; $strCompleteInserts = 'Úplné inserty'; $strCompression = 'Komprese'; $strConfigFileError = 'phpMyAdmin nemohl načíst konfigurační soubor!
Tato chyba může nastat pokud v něm php najde chybu nebo nemůže tento soubor najít.
Po kliknutí na následující odkaz se konfigurace spustí a budou zobrazeny informace o chybě, ke které došlo. Pak opravte tuto chybu (nejčastěji se jedná o chybějící středník).
Pokud získáte prázdnou stránku, všechno je v pořádku.'; @@ -358,6 +359,7 @@ $strLogin = 'P $strLoginInformation = 'Přihlašování'; $strLogout = 'Odhlásit se'; +$strMIMETypesForTable = 'MIME TYPY PRO TABULKU'; $strMIME_MIMEtype = 'MIME typ'; $strMIME_available_mime = 'Dostupné MIME typy'; $strMIME_available_transform = 'Dostupné tranformace'; @@ -521,6 +523,7 @@ $strRelationNotWorking = 'N $strRelationView = 'Zobrazit relace'; $strRelationalSchema = 'Relační schéma'; $strRelations = 'Relace'; +$strRelationsForTable = 'RELACE PRO TABULKU'; $strReloadFailed = 'Znovunačtení MySQL selhalo.'; $strReloadMySQL = 'Znovunačtení MySQL'; $strReloadingThePrivileges = 'Znovunačítám oprávnění'; diff --git a/lang/danish-iso-8859-1.inc.php b/lang/danish-iso-8859-1.inc.php index 4c6775cc1..9e17d3d2d 100644 --- a/lang/danish-iso-8859-1.inc.php +++ b/lang/danish-iso-8859-1.inc.php @@ -729,4 +729,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/danish-utf-8.inc.php b/lang/danish-utf-8.inc.php index 5ade29212..ba87bd236 100644 --- a/lang/danish-utf-8.inc.php +++ b/lang/danish-utf-8.inc.php @@ -730,4 +730,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/dutch-iso-8859-1.inc.php b/lang/dutch-iso-8859-1.inc.php index a94a53a2c..ac5265f83 100644 --- a/lang/dutch-iso-8859-1.inc.php +++ b/lang/dutch-iso-8859-1.inc.php @@ -732,4 +732,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/dutch-utf-8.inc.php b/lang/dutch-utf-8.inc.php index 9a08c5b15..da257bb87 100644 --- a/lang/dutch-utf-8.inc.php +++ b/lang/dutch-utf-8.inc.php @@ -733,4 +733,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/english-iso-8859-1.inc.php b/lang/english-iso-8859-1.inc.php index 641d4ed14..b3453218f 100644 --- a/lang/english-iso-8859-1.inc.php +++ b/lang/english-iso-8859-1.inc.php @@ -125,6 +125,7 @@ $strColumnNames = 'Column names'; $strColumnPrivileges = 'Column-specific privileges'; $strCommand = 'Command'; $strComments = 'Comments'; +$strCommentsForTable = 'COMMENTS FOR TABLE'; $strCompleteInserts = 'Complete inserts'; $strCompression = 'Compression'; $strConfigFileError = 'phpMyAdmin was unable to read your configuration file!
This might happen if php finds a parse error in it or php cannot find the file.
Please call the configuration file directly using the link below and read the php error message(s) that you receive. In most cases a quote or a semicolon is missing somewhere.
If you receive a blank page, everything is fine.'; @@ -352,6 +353,7 @@ $strLogin = 'Login'; $strLoginInformation = 'Login Information'; $strLogout = 'Log out'; +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; $strMIME_MIMEtype = 'MIME-type'; $strMIME_available_mime = 'Available MIME-types'; $strMIME_available_transform = 'Available transformations'; @@ -515,6 +517,7 @@ $strRelationNotWorking = 'The additional Features for working with linked Tables $strRelationView = 'Relation view'; $strRelationalSchema = 'Relational schema'; $strRelations = 'Relations'; +$strRelationsForTable = 'RELATIONS FOR TABLE'; $strReloadFailed = 'MySQL reload failed.'; $strReloadMySQL = 'Reload MySQL'; $strReloadingThePrivileges = 'Reloading the privileges'; diff --git a/lang/english-utf-8.inc.php b/lang/english-utf-8.inc.php index 77776f0dc..005d7c9fd 100644 --- a/lang/english-utf-8.inc.php +++ b/lang/english-utf-8.inc.php @@ -126,6 +126,7 @@ $strColumnNames = 'Column names'; $strColumnPrivileges = 'Column-specific privileges'; $strCommand = 'Command'; $strComments = 'Comments'; +$strCommentsForTable = 'COMMENTS FOR TABLE'; $strCompleteInserts = 'Complete inserts'; $strCompression = 'Compression'; $strConfigFileError = 'phpMyAdmin was unable to read your configuration file!
This might happen if php finds a parse error in it or php cannot find the file.
Please call the configuration file directly using the link below and read the php error message(s) that you receive. In most cases a quote or a semicolon is missing somewhere.
If you receive a blank page, everything is fine.'; @@ -353,6 +354,7 @@ $strLogin = 'Login'; $strLoginInformation = 'Login Information'; $strLogout = 'Log out'; +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; $strMIME_MIMEtype = 'MIME-type'; $strMIME_available_mime = 'Available MIME-types'; $strMIME_available_transform = 'Available transformations'; @@ -516,6 +518,7 @@ $strRelationNotWorking = 'The additional Features for working with linked Tables $strRelationView = 'Relation view'; $strRelationalSchema = 'Relational schema'; $strRelations = 'Relations'; +$strRelationsForTable = 'RELATIONS FOR TABLE'; $strReloadFailed = 'MySQL reload failed.'; $strReloadMySQL = 'Reload MySQL'; $strReloadingThePrivileges = 'Reloading the privileges'; diff --git a/lang/estonian-iso-8859-1.inc.php b/lang/estonian-iso-8859-1.inc.php index 935c81f7e..34321d563 100644 --- a/lang/estonian-iso-8859-1.inc.php +++ b/lang/estonian-iso-8859-1.inc.php @@ -725,4 +725,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/estonian-utf-8.inc.php b/lang/estonian-utf-8.inc.php index c99419334..976db2ecf 100644 --- a/lang/estonian-utf-8.inc.php +++ b/lang/estonian-utf-8.inc.php @@ -726,4 +726,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/finnish-iso-8859-1.inc.php b/lang/finnish-iso-8859-1.inc.php index 7896cd0dc..e55db7013 100644 --- a/lang/finnish-iso-8859-1.inc.php +++ b/lang/finnish-iso-8859-1.inc.php @@ -750,4 +750,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/finnish-utf-8.inc.php b/lang/finnish-utf-8.inc.php index 7adcf9d4d..fabd7493e 100644 --- a/lang/finnish-utf-8.inc.php +++ b/lang/finnish-utf-8.inc.php @@ -751,4 +751,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/french-iso-8859-1.inc.php b/lang/french-iso-8859-1.inc.php index b4e45394b..36a7534aa 100644 --- a/lang/french-iso-8859-1.inc.php +++ b/lang/french-iso-8859-1.inc.php @@ -730,4 +730,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/french-utf-8.inc.php b/lang/french-utf-8.inc.php index 629dc02ff..a64f6660a 100644 --- a/lang/french-utf-8.inc.php +++ b/lang/french-utf-8.inc.php @@ -731,4 +731,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/galician-iso-8859-1.inc.php b/lang/galician-iso-8859-1.inc.php index c9c8fa3a7..230059ed5 100644 --- a/lang/galician-iso-8859-1.inc.php +++ b/lang/galician-iso-8859-1.inc.php @@ -732,4 +732,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/galician-utf-8.inc.php b/lang/galician-utf-8.inc.php index d36cf3009..015c25c3a 100644 --- a/lang/galician-utf-8.inc.php +++ b/lang/galician-utf-8.inc.php @@ -733,4 +733,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/georgian-utf-8.inc.php b/lang/georgian-utf-8.inc.php index fc0545c22..4a5f52c7a 100644 --- a/lang/georgian-utf-8.inc.php +++ b/lang/georgian-utf-8.inc.php @@ -754,4 +754,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/german-iso-8859-1.inc.php b/lang/german-iso-8859-1.inc.php index 231cbec5d..0a6746b0d 100644 --- a/lang/german-iso-8859-1.inc.php +++ b/lang/german-iso-8859-1.inc.php @@ -733,4 +733,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/german-utf-8.inc.php b/lang/german-utf-8.inc.php index 9bc03d4b5..9bc34b5a2 100644 --- a/lang/german-utf-8.inc.php +++ b/lang/german-utf-8.inc.php @@ -734,4 +734,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/greek-iso-8859-7.inc.php b/lang/greek-iso-8859-7.inc.php index 7eb68468f..5609e9615 100644 --- a/lang/greek-iso-8859-7.inc.php +++ b/lang/greek-iso-8859-7.inc.php @@ -734,4 +734,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/greek-utf-8.inc.php b/lang/greek-utf-8.inc.php index 62ba6d3ef..3f056c516 100644 --- a/lang/greek-utf-8.inc.php +++ b/lang/greek-utf-8.inc.php @@ -735,4 +735,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/hebrew-iso-8859-8-i.inc.php b/lang/hebrew-iso-8859-8-i.inc.php index 56c312bdf..d9c1394b6 100644 --- a/lang/hebrew-iso-8859-8-i.inc.php +++ b/lang/hebrew-iso-8859-8-i.inc.php @@ -750,4 +750,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/hindi-utf-8.inc.php b/lang/hindi-utf-8.inc.php index 89a8be908..589517242 100644 --- a/lang/hindi-utf-8.inc.php +++ b/lang/hindi-utf-8.inc.php @@ -758,4 +758,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/hungarian-iso-8859-2.inc.php b/lang/hungarian-iso-8859-2.inc.php index 7de9d7b44..dfecce01d 100644 --- a/lang/hungarian-iso-8859-2.inc.php +++ b/lang/hungarian-iso-8859-2.inc.php @@ -738,4 +738,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/hungarian-utf-8.inc.php b/lang/hungarian-utf-8.inc.php index 4fedc7548..dbd5822fe 100644 --- a/lang/hungarian-utf-8.inc.php +++ b/lang/hungarian-utf-8.inc.php @@ -739,4 +739,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/indonesian-iso-8859-1.inc.php b/lang/indonesian-iso-8859-1.inc.php index ae8e8c45e..111b591d8 100644 --- a/lang/indonesian-iso-8859-1.inc.php +++ b/lang/indonesian-iso-8859-1.inc.php @@ -728,4 +728,7 @@ $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to tr $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/indonesian-utf-8.inc.php b/lang/indonesian-utf-8.inc.php index 7800a48fe..e45ad9c93 100644 --- a/lang/indonesian-utf-8.inc.php +++ b/lang/indonesian-utf-8.inc.php @@ -729,4 +729,7 @@ $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to tr $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/italian-iso-8859-1.inc.php b/lang/italian-iso-8859-1.inc.php index ce8a618ed..bb000784f 100644 --- a/lang/italian-iso-8859-1.inc.php +++ b/lang/italian-iso-8859-1.inc.php @@ -730,4 +730,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/italian-utf-8.inc.php b/lang/italian-utf-8.inc.php index a564a796f..709c6891b 100644 --- a/lang/italian-utf-8.inc.php +++ b/lang/italian-utf-8.inc.php @@ -731,4 +731,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/japanese-euc.inc.php b/lang/japanese-euc.inc.php index 65aa57ebb..3dfd48a67 100644 --- a/lang/japanese-euc.inc.php +++ b/lang/japanese-euc.inc.php @@ -738,4 +738,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/japanese-sjis.inc.php b/lang/japanese-sjis.inc.php index 79a6052cc..c5527a78e 100644 --- a/lang/japanese-sjis.inc.php +++ b/lang/japanese-sjis.inc.php @@ -738,4 +738,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/japanese-utf-8.inc.php b/lang/japanese-utf-8.inc.php index 251973273..2ab37622f 100644 --- a/lang/japanese-utf-8.inc.php +++ b/lang/japanese-utf-8.inc.php @@ -739,4 +739,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/korean-euc-kr.inc.php b/lang/korean-euc-kr.inc.php index a5e773f2d..9f540511d 100644 --- a/lang/korean-euc-kr.inc.php +++ b/lang/korean-euc-kr.inc.php @@ -748,4 +748,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/korean-utf-8.inc.php b/lang/korean-utf-8.inc.php index 1d1e01f2a..e5f1d3b5c 100644 --- a/lang/korean-utf-8.inc.php +++ b/lang/korean-utf-8.inc.php @@ -749,4 +749,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/latvian-utf-8.inc.php b/lang/latvian-utf-8.inc.php index c703e1fb0..4eb9e2e51 100644 --- a/lang/latvian-utf-8.inc.php +++ b/lang/latvian-utf-8.inc.php @@ -731,4 +731,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/latvian-windows-1257.inc.php b/lang/latvian-windows-1257.inc.php index c99d766ad..5496e2319 100644 --- a/lang/latvian-windows-1257.inc.php +++ b/lang/latvian-windows-1257.inc.php @@ -730,4 +730,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/lithuanian-utf-8.inc.php b/lang/lithuanian-utf-8.inc.php index 82596bb47..376023b34 100644 --- a/lang/lithuanian-utf-8.inc.php +++ b/lang/lithuanian-utf-8.inc.php @@ -726,4 +726,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/lithuanian-windows-1257.inc.php b/lang/lithuanian-windows-1257.inc.php index 4e8255beb..3e2ed4b93 100644 --- a/lang/lithuanian-windows-1257.inc.php +++ b/lang/lithuanian-windows-1257.inc.php @@ -725,4 +725,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/malay-iso-8859-1.inc.php b/lang/malay-iso-8859-1.inc.php index 24ab776b3..b896734e7 100644 --- a/lang/malay-iso-8859-1.inc.php +++ b/lang/malay-iso-8859-1.inc.php @@ -751,4 +751,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/malay-utf-8.inc.php b/lang/malay-utf-8.inc.php index 7fa5ddfa2..88261ff61 100644 --- a/lang/malay-utf-8.inc.php +++ b/lang/malay-utf-8.inc.php @@ -752,4 +752,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/norwegian-iso-8859-1.inc.php b/lang/norwegian-iso-8859-1.inc.php index bf5a691e6..f3f6577b7 100644 --- a/lang/norwegian-iso-8859-1.inc.php +++ b/lang/norwegian-iso-8859-1.inc.php @@ -732,4 +732,7 @@ $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to tr $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/norwegian-utf-8.inc.php b/lang/norwegian-utf-8.inc.php index 4b3b2be0b..7a606ebd9 100644 --- a/lang/norwegian-utf-8.inc.php +++ b/lang/norwegian-utf-8.inc.php @@ -733,4 +733,7 @@ $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to tr $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/persian-utf-8.inc.php b/lang/persian-utf-8.inc.php index d813c7ef4..af96a7790 100644 --- a/lang/persian-utf-8.inc.php +++ b/lang/persian-utf-8.inc.php @@ -756,4 +756,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/persian-windows-1256.inc.php b/lang/persian-windows-1256.inc.php index 87099c98f..54a5d1c9e 100644 --- a/lang/persian-windows-1256.inc.php +++ b/lang/persian-windows-1256.inc.php @@ -755,4 +755,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/polish-iso-8859-2.inc.php b/lang/polish-iso-8859-2.inc.php index 4473847f5..f670f0bc4 100644 --- a/lang/polish-iso-8859-2.inc.php +++ b/lang/polish-iso-8859-2.inc.php @@ -726,4 +726,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/polish-utf-8.inc.php b/lang/polish-utf-8.inc.php index eba71ef67..fb4f06399 100644 --- a/lang/polish-utf-8.inc.php +++ b/lang/polish-utf-8.inc.php @@ -727,4 +727,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/portuguese-iso-8859-1.inc.php b/lang/portuguese-iso-8859-1.inc.php index e9c0f883e..384dd03a2 100644 --- a/lang/portuguese-iso-8859-1.inc.php +++ b/lang/portuguese-iso-8859-1.inc.php @@ -745,4 +745,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/portuguese-utf-8.inc.php b/lang/portuguese-utf-8.inc.php index 835110ad3..5fe122994 100644 --- a/lang/portuguese-utf-8.inc.php +++ b/lang/portuguese-utf-8.inc.php @@ -746,4 +746,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/romanian-iso-8859-1.inc.php b/lang/romanian-iso-8859-1.inc.php index b44b36c45..b300fa9b9 100644 --- a/lang/romanian-iso-8859-1.inc.php +++ b/lang/romanian-iso-8859-1.inc.php @@ -727,4 +727,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/romanian-utf-8.inc.php b/lang/romanian-utf-8.inc.php index 6d66956d5..b05cce9e8 100644 --- a/lang/romanian-utf-8.inc.php +++ b/lang/romanian-utf-8.inc.php @@ -728,4 +728,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/russian-cp-866.inc.php b/lang/russian-cp-866.inc.php index a25b6d204..bf650a071 100644 --- a/lang/russian-cp-866.inc.php +++ b/lang/russian-cp-866.inc.php @@ -733,4 +733,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/russian-koi8-r.inc.php b/lang/russian-koi8-r.inc.php index f5d8ec65f..f188e6887 100644 --- a/lang/russian-koi8-r.inc.php +++ b/lang/russian-koi8-r.inc.php @@ -733,4 +733,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/russian-utf-8.inc.php b/lang/russian-utf-8.inc.php index 3adb47172..972ebf5a5 100644 --- a/lang/russian-utf-8.inc.php +++ b/lang/russian-utf-8.inc.php @@ -734,4 +734,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/russian-windows-1251.inc.php b/lang/russian-windows-1251.inc.php index b45875dba..8250f158b 100644 --- a/lang/russian-windows-1251.inc.php +++ b/lang/russian-windows-1251.inc.php @@ -733,4 +733,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/serbian_cyrillic-utf-8.inc.php b/lang/serbian_cyrillic-utf-8.inc.php index 4686029df..cc1d88f81 100644 --- a/lang/serbian_cyrillic-utf-8.inc.php +++ b/lang/serbian_cyrillic-utf-8.inc.php @@ -733,4 +733,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/serbian_cyrillic-windows-1251.inc.php b/lang/serbian_cyrillic-windows-1251.inc.php index 6a6686d9f..3a12a18d2 100644 --- a/lang/serbian_cyrillic-windows-1251.inc.php +++ b/lang/serbian_cyrillic-windows-1251.inc.php @@ -732,4 +732,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/serbian_latin-utf-8.inc.php b/lang/serbian_latin-utf-8.inc.php index 54ee3425e..e6938a57f 100644 --- a/lang/serbian_latin-utf-8.inc.php +++ b/lang/serbian_latin-utf-8.inc.php @@ -733,4 +733,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/serbian_latin-windows-1250.inc.php b/lang/serbian_latin-windows-1250.inc.php index 16f15f5e0..5e4d9f9df 100644 --- a/lang/serbian_latin-windows-1250.inc.php +++ b/lang/serbian_latin-windows-1250.inc.php @@ -732,4 +732,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/slovak-iso-8859-2.inc.php b/lang/slovak-iso-8859-2.inc.php index 58a4a263c..a5bee2968 100644 --- a/lang/slovak-iso-8859-2.inc.php +++ b/lang/slovak-iso-8859-2.inc.php @@ -730,4 +730,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/slovak-utf-8.inc.php b/lang/slovak-utf-8.inc.php index 4ab501fda..5c3524507 100644 --- a/lang/slovak-utf-8.inc.php +++ b/lang/slovak-utf-8.inc.php @@ -731,4 +731,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/slovak-windows-1250.inc.php b/lang/slovak-windows-1250.inc.php index c95d413c3..4ff818190 100644 --- a/lang/slovak-windows-1250.inc.php +++ b/lang/slovak-windows-1250.inc.php @@ -730,4 +730,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/slovenian-iso-8859-2.inc.php b/lang/slovenian-iso-8859-2.inc.php index e7675143d..60228e56d 100644 --- a/lang/slovenian-iso-8859-2.inc.php +++ b/lang/slovenian-iso-8859-2.inc.php @@ -728,4 +728,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/slovenian-utf-8.inc.php b/lang/slovenian-utf-8.inc.php index 6cd99c4d2..966f6c3d7 100644 --- a/lang/slovenian-utf-8.inc.php +++ b/lang/slovenian-utf-8.inc.php @@ -729,4 +729,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/slovenian-windows-1250.inc.php b/lang/slovenian-windows-1250.inc.php index 10711478f..2d8834d3f 100644 --- a/lang/slovenian-windows-1250.inc.php +++ b/lang/slovenian-windows-1250.inc.php @@ -728,4 +728,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/spanish-iso-8859-1.inc.php b/lang/spanish-iso-8859-1.inc.php index 6f18bed34..b3dfc87d3 100644 --- a/lang/spanish-iso-8859-1.inc.php +++ b/lang/spanish-iso-8859-1.inc.php @@ -729,4 +729,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/spanish-utf-8.inc.php b/lang/spanish-utf-8.inc.php index f0c233449..b0bbe4f6b 100644 --- a/lang/spanish-utf-8.inc.php +++ b/lang/spanish-utf-8.inc.php @@ -730,4 +730,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/swedish-iso-8859-1.inc.php b/lang/swedish-iso-8859-1.inc.php index 1a37a35f4..5bc9d82ce 100644 --- a/lang/swedish-iso-8859-1.inc.php +++ b/lang/swedish-iso-8859-1.inc.php @@ -725,4 +725,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/swedish-utf-8.inc.php b/lang/swedish-utf-8.inc.php index cd5174ed4..b00c944db 100644 --- a/lang/swedish-utf-8.inc.php +++ b/lang/swedish-utf-8.inc.php @@ -726,4 +726,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/thai-tis-620.inc.php b/lang/thai-tis-620.inc.php index b9b67f52c..18278815c 100644 --- a/lang/thai-tis-620.inc.php +++ b/lang/thai-tis-620.inc.php @@ -738,4 +738,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/thai-utf-8.inc.php b/lang/thai-utf-8.inc.php index 1b2b1515a..f9984d96e 100644 --- a/lang/thai-utf-8.inc.php +++ b/lang/thai-utf-8.inc.php @@ -739,4 +739,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/turkish-iso-8859-9.inc.php b/lang/turkish-iso-8859-9.inc.php index a53cdf380..b8fa29dc2 100644 --- a/lang/turkish-iso-8859-9.inc.php +++ b/lang/turkish-iso-8859-9.inc.php @@ -738,4 +738,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/turkish-utf-8.inc.php b/lang/turkish-utf-8.inc.php index 9bcb108d3..6c569bed3 100644 --- a/lang/turkish-utf-8.inc.php +++ b/lang/turkish-utf-8.inc.php @@ -739,4 +739,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/ukrainian-utf-8.inc.php b/lang/ukrainian-utf-8.inc.php index e58076aac..e2d224f4c 100644 --- a/lang/ukrainian-utf-8.inc.php +++ b/lang/ukrainian-utf-8.inc.php @@ -731,4 +731,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/lang/ukrainian-windows-1251.inc.php b/lang/ukrainian-windows-1251.inc.php index 402838c3d..ad98e8629 100644 --- a/lang/ukrainian-windows-1251.inc.php +++ b/lang/ukrainian-windows-1251.inc.php @@ -730,4 +730,7 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate $strIgnoreInserts = 'Use ignore inserts'; //to translate $strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate +$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate +$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate ?> diff --git a/libraries/export/sql.php b/libraries/export/sql.php index 269900c4e..6108a5737 100644 --- a/libraries/export/sql.php +++ b/libraries/export/sql.php @@ -309,7 +309,7 @@ function PMA_getTableComments($db, $table, $crlf, $do_relation = false, $do_comm if (isset($comments_map) && count($comments_map) > 0) { $schema_create .= $crlf . '#' . $crlf - . '# COMMENTS FOR TABLE ' . PMA_backquote($table, $use_backquotes) . ':' . $crlf; + . '# ' . $GLOBALS['strCommentsForTable']. ' ' . PMA_backquote($table, $use_backquotes) . ':' . $crlf; foreach($comments_map AS $comment_field => $comment) { $schema_create .= '# ' . PMA_backquote($comment_field, $use_backquotes) . $crlf . '# ' . PMA_backquote($comment, $use_backquotes) . $crlf; @@ -319,7 +319,7 @@ function PMA_getTableComments($db, $table, $crlf, $do_relation = false, $do_comm if (isset($mime_map) && count($mime_map) > 0) { $schema_create .= $crlf . '#' . $crlf - . '# MIME TYPES FOR TABLE ' . PMA_backquote($table, $use_backquotes) . ':' . $crlf; + . '# ' . $GLOBALS['strMIMETypesForTable']. ' ' . PMA_backquote($table, $use_backquotes) . ':' . $crlf; @reset($mime_map); foreach($mime_map AS $mime_field => $mime) { $schema_create .= '# ' . PMA_backquote($mime_field, $use_backquotes) . $crlf @@ -330,7 +330,7 @@ function PMA_getTableComments($db, $table, $crlf, $do_relation = false, $do_comm if ($have_rel) { $schema_create .= $crlf . '#' . $crlf - . '# RELATIONS FOR TABLE ' . PMA_backquote($table, $use_backquotes) . ':' . $crlf; + . '# ' . $GLOBALS['strRelationsForTable']. ' ' . PMA_backquote($table, $use_backquotes) . ':' . $crlf; foreach($res_rel AS $rel_field => $rel) { $schema_create .= '# ' . PMA_backquote($rel_field, $use_backquotes) . $crlf . '# ' . PMA_backquote($rel['foreign_table'], $use_backquotes)