diff --git a/ChangeLog b/ChangeLog index c4ef44260..32bcf46a7 100755 --- a/ChangeLog +++ b/ChangeLog @@ -15,6 +15,8 @@ $Source$ file. * libraries/common.lib.php3, tbl_dump.php3, sql.php3: Better way for highliting tabs when including files (set $active_page for highliting). + * sql.php3, tbl_replace.php3, lang/*: Show insert_id after INSERT (RFE + #737660). 2003-05-14 Marc Delisle * libraries/defines_php.lib.php3: bug 736111: better GD2 detection diff --git a/lang/afrikaans-iso-8859-1.inc.php3 b/lang/afrikaans-iso-8859-1.inc.php3 index 5074d092e..0dc6bab5f 100644 --- a/lang/afrikaans-iso-8859-1.inc.php3 +++ b/lang/afrikaans-iso-8859-1.inc.php3 @@ -649,4 +649,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch $strDumpSaved = 'Dump has been saved to file %s.'; //to translate $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/afrikaans-utf-8.inc.php3 b/lang/afrikaans-utf-8.inc.php3 index b44963fb4..8d2a6cc6f 100644 --- a/lang/afrikaans-utf-8.inc.php3 +++ b/lang/afrikaans-utf-8.inc.php3 @@ -650,4 +650,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch $strDumpSaved = 'Dump has been saved to file %s.'; //to translate $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/albanian-iso-8859-1.inc.php3 b/lang/albanian-iso-8859-1.inc.php3 index ae8bf41ef..ac9595e18 100644 --- a/lang/albanian-iso-8859-1.inc.php3 +++ b/lang/albanian-iso-8859-1.inc.php3 @@ -641,4 +641,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch $strDumpSaved = 'Dump has been saved to file %s.'; //to translate $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/albanian-utf-8.inc.php3 b/lang/albanian-utf-8.inc.php3 index 12bdd2211..446ea2c48 100644 --- a/lang/albanian-utf-8.inc.php3 +++ b/lang/albanian-utf-8.inc.php3 @@ -642,4 +642,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch $strDumpSaved = 'Dump has been saved to file %s.'; //to translate $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/arabic-utf-8.inc.php3 b/lang/arabic-utf-8.inc.php3 index 9c3ddb7e7..872a48a84 100644 --- a/lang/arabic-utf-8.inc.php3 +++ b/lang/arabic-utf-8.inc.php3 @@ -664,4 +664,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch $strDumpSaved = 'Dump has been saved to file %s.'; //to translate $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/arabic-windows-1256.inc.php3 b/lang/arabic-windows-1256.inc.php3 index 5bbd5a65f..306db0f8a 100644 --- a/lang/arabic-windows-1256.inc.php3 +++ b/lang/arabic-windows-1256.inc.php3 @@ -663,4 +663,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch $strDumpSaved = 'Dump has been saved to file %s.'; //to translate $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/brazilian_portuguese-iso-8859-1.inc.php3 b/lang/brazilian_portuguese-iso-8859-1.inc.php3 index b277db83a..8d5cd4718 100644 --- a/lang/brazilian_portuguese-iso-8859-1.inc.php3 +++ b/lang/brazilian_portuguese-iso-8859-1.inc.php3 @@ -663,4 +663,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch $strDumpSaved = 'Dump has been saved to file %s.'; //to translate $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/brazilian_portuguese-utf-8.inc.php3 b/lang/brazilian_portuguese-utf-8.inc.php3 index 908316f78..c6d8698b4 100644 --- a/lang/brazilian_portuguese-utf-8.inc.php3 +++ b/lang/brazilian_portuguese-utf-8.inc.php3 @@ -664,4 +664,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch $strDumpSaved = 'Dump has been saved to file %s.'; //to translate $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/bulgarian-koi8-r.inc.php3 b/lang/bulgarian-koi8-r.inc.php3 index 981d8f11b..9345a1f51 100644 --- a/lang/bulgarian-koi8-r.inc.php3 +++ b/lang/bulgarian-koi8-r.inc.php3 @@ -656,4 +656,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch $strDumpSaved = 'Dump has been saved to file %s.'; //to translate $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/bulgarian-utf-8.inc.php3 b/lang/bulgarian-utf-8.inc.php3 index ea2e84900..c8b67b0ef 100644 --- a/lang/bulgarian-utf-8.inc.php3 +++ b/lang/bulgarian-utf-8.inc.php3 @@ -657,4 +657,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch $strDumpSaved = 'Dump has been saved to file %s.'; //to translate $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/bulgarian-windows-1251.inc.php3 b/lang/bulgarian-windows-1251.inc.php3 index 845340b5c..b9cb6db5f 100644 --- a/lang/bulgarian-windows-1251.inc.php3 +++ b/lang/bulgarian-windows-1251.inc.php3 @@ -656,4 +656,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch $strDumpSaved = 'Dump has been saved to file %s.'; //to translate $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/catalan-iso-8859-1.inc.php3 b/lang/catalan-iso-8859-1.inc.php3 index f3bd955a3..79fbbc780 100644 --- a/lang/catalan-iso-8859-1.inc.php3 +++ b/lang/catalan-iso-8859-1.inc.php3 @@ -637,4 +637,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch $strDumpSaved = 'Dump has been saved to file %s.'; //to translate $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/catalan-utf-8.inc.php3 b/lang/catalan-utf-8.inc.php3 index 6fe724b17..7b3f5c138 100644 --- a/lang/catalan-utf-8.inc.php3 +++ b/lang/catalan-utf-8.inc.php3 @@ -638,4 +638,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch $strDumpSaved = 'Dump has been saved to file %s.'; //to translate $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/chinese_big5-utf-8.inc.php3 b/lang/chinese_big5-utf-8.inc.php3 index ba95d0ff1..0a7803f92 100644 --- a/lang/chinese_big5-utf-8.inc.php3 +++ b/lang/chinese_big5-utf-8.inc.php3 @@ -661,4 +661,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch $strDumpSaved = 'Dump has been saved to file %s.'; //to translate $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/chinese_big5.inc.php3 b/lang/chinese_big5.inc.php3 index 77f0d302d..8028a225a 100644 --- a/lang/chinese_big5.inc.php3 +++ b/lang/chinese_big5.inc.php3 @@ -660,4 +660,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch $strDumpSaved = 'Dump has been saved to file %s.'; //to translate $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/chinese_gb-utf-8.inc.php3 b/lang/chinese_gb-utf-8.inc.php3 index 7b5a81079..7e77d1786 100644 --- a/lang/chinese_gb-utf-8.inc.php3 +++ b/lang/chinese_gb-utf-8.inc.php3 @@ -641,4 +641,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch $strDumpSaved = 'Dump has been saved to file %s.'; //to translate $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/chinese_gb.inc.php3 b/lang/chinese_gb.inc.php3 index 6e1a89199..f87f13e27 100644 --- a/lang/chinese_gb.inc.php3 +++ b/lang/chinese_gb.inc.php3 @@ -640,4 +640,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch $strDumpSaved = 'Dump has been saved to file %s.'; //to translate $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/croatian-iso-8859-2.inc.php3 b/lang/croatian-iso-8859-2.inc.php3 index 6aa62f9df..082f184d2 100644 --- a/lang/croatian-iso-8859-2.inc.php3 +++ b/lang/croatian-iso-8859-2.inc.php3 @@ -662,4 +662,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch $strDumpSaved = 'Dump has been saved to file %s.'; //to translate $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/croatian-utf-8.inc.php3 b/lang/croatian-utf-8.inc.php3 index 9391fc1ba..b1c8dcfa3 100644 --- a/lang/croatian-utf-8.inc.php3 +++ b/lang/croatian-utf-8.inc.php3 @@ -663,4 +663,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch $strDumpSaved = 'Dump has been saved to file %s.'; //to translate $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/croatian-windows-1250.inc.php3 b/lang/croatian-windows-1250.inc.php3 index 71b872bca..68c8006aa 100644 --- a/lang/croatian-windows-1250.inc.php3 +++ b/lang/croatian-windows-1250.inc.php3 @@ -662,4 +662,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch $strDumpSaved = 'Dump has been saved to file %s.'; //to translate $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/czech-iso-8859-2.inc.php3 b/lang/czech-iso-8859-2.inc.php3 index da6f53093..5f14914ad 100644 --- a/lang/czech-iso-8859-2.inc.php3 +++ b/lang/czech-iso-8859-2.inc.php3 @@ -642,4 +642,5 @@ $strZeroRemovesTheLimit = 'Pozn $strZip = '"zazipováno"'; // To translate +$strInsertedRowId = 'Id vloľeného řádku:'; ?> diff --git a/lang/czech-utf-8.inc.php3 b/lang/czech-utf-8.inc.php3 index c8eaa5982..ab7e8b92e 100644 --- a/lang/czech-utf-8.inc.php3 +++ b/lang/czech-utf-8.inc.php3 @@ -643,4 +643,5 @@ $strZeroRemovesTheLimit = 'Poznámka: NastavenĂ­ tÄ›chto parametrĹŻ na 0 (nulu) $strZip = '"zazipováno"'; // To translate +$strInsertedRowId = 'Id vloĹľenĂ©ho řádku:'; ?> diff --git a/lang/czech-windows-1250.inc.php3 b/lang/czech-windows-1250.inc.php3 index 9e7e4c20b..ebc1ef2e1 100644 --- a/lang/czech-windows-1250.inc.php3 +++ b/lang/czech-windows-1250.inc.php3 @@ -642,4 +642,5 @@ $strZeroRemovesTheLimit = 'Pozn $strZip = '"zazipováno"'; // To translate +$strInsertedRowId = 'Id vloženého řádku:'; ?> diff --git a/lang/danish-iso-8859-1.inc.php3 b/lang/danish-iso-8859-1.inc.php3 index 4c4cdf22d..c4d34b33c 100644 --- a/lang/danish-iso-8859-1.inc.php3 +++ b/lang/danish-iso-8859-1.inc.php3 @@ -657,4 +657,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch $strDumpSaved = 'Dump has been saved to file %s.'; //to translate $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/danish-utf-8.inc.php3 b/lang/danish-utf-8.inc.php3 index d2093d577..c2be6ed23 100644 --- a/lang/danish-utf-8.inc.php3 +++ b/lang/danish-utf-8.inc.php3 @@ -658,4 +658,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch $strDumpSaved = 'Dump has been saved to file %s.'; //to translate $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/dutch-iso-8859-1.inc.php3 b/lang/dutch-iso-8859-1.inc.php3 index bce20d475..8d1f4eaa7 100644 --- a/lang/dutch-iso-8859-1.inc.php3 +++ b/lang/dutch-iso-8859-1.inc.php3 @@ -652,4 +652,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch $strDumpSaved = 'Dump has been saved to file %s.'; //to translate $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/dutch-utf-8.inc.php3 b/lang/dutch-utf-8.inc.php3 index 57f81271c..402229e62 100644 --- a/lang/dutch-utf-8.inc.php3 +++ b/lang/dutch-utf-8.inc.php3 @@ -653,4 +653,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch $strDumpSaved = 'Dump has been saved to file %s.'; //to translate $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/english-iso-8859-1.inc.php3 b/lang/english-iso-8859-1.inc.php3 index 2dc8977bd..8689919d9 100644 --- a/lang/english-iso-8859-1.inc.php3 +++ b/lang/english-iso-8859-1.inc.php3 @@ -635,4 +635,5 @@ $strYes = 'Yes'; $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; $strZip = '"zipped"'; +$strInsertedRowId = 'Inserted row id:'; ?> diff --git a/lang/english-utf-8.inc.php3 b/lang/english-utf-8.inc.php3 index 33c772f56..b3d69532d 100644 --- a/lang/english-utf-8.inc.php3 +++ b/lang/english-utf-8.inc.php3 @@ -636,4 +636,5 @@ $strYes = 'Yes'; $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; $strZip = '"zipped"'; +$strInsertedRowId = 'Inserted row id:'; ?> diff --git a/lang/estonian-iso-8859-1.inc.php3 b/lang/estonian-iso-8859-1.inc.php3 index 15d042d21..041a50ad4 100644 --- a/lang/estonian-iso-8859-1.inc.php3 +++ b/lang/estonian-iso-8859-1.inc.php3 @@ -637,4 +637,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch $strDumpSaved = 'Dump has been saved to file %s.'; //to translate $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/estonian-utf-8.inc.php3 b/lang/estonian-utf-8.inc.php3 index 3f039986f..ab4cefc5c 100644 --- a/lang/estonian-utf-8.inc.php3 +++ b/lang/estonian-utf-8.inc.php3 @@ -638,4 +638,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch $strDumpSaved = 'Dump has been saved to file %s.'; //to translate $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/farsi-utf-8.inc.php3 b/lang/farsi-utf-8.inc.php3 index f71a77f3c..72e1630e0 100644 --- a/lang/farsi-utf-8.inc.php3 +++ b/lang/farsi-utf-8.inc.php3 @@ -638,4 +638,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch $strDumpSaved = 'Dump has been saved to file %s.'; //to translate $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/farsi-windows-1256.inc.php3 b/lang/farsi-windows-1256.inc.php3 index f2163a3b2..163b89c9d 100644 --- a/lang/farsi-windows-1256.inc.php3 +++ b/lang/farsi-windows-1256.inc.php3 @@ -637,4 +637,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch $strDumpSaved = 'Dump has been saved to file %s.'; //to translate $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/finnish-iso-8859-1.inc.php3 b/lang/finnish-iso-8859-1.inc.php3 index 463a8a85c..2f2513b0d 100644 --- a/lang/finnish-iso-8859-1.inc.php3 +++ b/lang/finnish-iso-8859-1.inc.php3 @@ -659,4 +659,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch $strDumpSaved = 'Dump has been saved to file %s.'; //to translate $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/finnish-utf-8.inc.php3 b/lang/finnish-utf-8.inc.php3 index cb1137e7f..8873b212c 100644 --- a/lang/finnish-utf-8.inc.php3 +++ b/lang/finnish-utf-8.inc.php3 @@ -660,4 +660,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch $strDumpSaved = 'Dump has been saved to file %s.'; //to translate $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/french-iso-8859-1.inc.php3 b/lang/french-iso-8859-1.inc.php3 index 60a9067f1..ef702edad 100644 --- a/lang/french-iso-8859-1.inc.php3 +++ b/lang/french-iso-8859-1.inc.php3 @@ -638,4 +638,5 @@ $strZip = '"zipp $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/french-utf-8.inc.php3 b/lang/french-utf-8.inc.php3 index 11ee45593..88303b11e 100644 --- a/lang/french-utf-8.inc.php3 +++ b/lang/french-utf-8.inc.php3 @@ -639,4 +639,5 @@ $strZip = '"zippĂ©"'; $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/galician-iso-8859-1.inc.php3 b/lang/galician-iso-8859-1.inc.php3 index 9dc0b2124..b1e67fe3a 100644 --- a/lang/galician-iso-8859-1.inc.php3 +++ b/lang/galician-iso-8859-1.inc.php3 @@ -643,4 +643,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch $strDumpSaved = 'Dump has been saved to file %s.'; //to translate $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/galician-utf-8.inc.php3 b/lang/galician-utf-8.inc.php3 index 7da0ba381..f30973856 100644 --- a/lang/galician-utf-8.inc.php3 +++ b/lang/galician-utf-8.inc.php3 @@ -644,4 +644,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch $strDumpSaved = 'Dump has been saved to file %s.'; //to translate $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/georgian-utf-8.inc.php3 b/lang/georgian-utf-8.inc.php3 index 5ddc8213f..534bf420b 100644 --- a/lang/georgian-utf-8.inc.php3 +++ b/lang/georgian-utf-8.inc.php3 @@ -662,4 +662,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch $strDumpSaved = 'Dump has been saved to file %s.'; //to translate $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/german-iso-8859-1.inc.php3 b/lang/german-iso-8859-1.inc.php3 index 403cb092b..4e0a8d711 100644 --- a/lang/german-iso-8859-1.inc.php3 +++ b/lang/german-iso-8859-1.inc.php3 @@ -643,4 +643,5 @@ $strFileAlreadyExists = 'Die Datei %s besteht bereits auf dem Server. Bitte $strDumpSaved = 'Dump (Schema) wurde in Datei %s gespeichert.'; $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/german-utf-8.inc.php3 b/lang/german-utf-8.inc.php3 index 907d9f70c..ede20f300 100644 --- a/lang/german-utf-8.inc.php3 +++ b/lang/german-utf-8.inc.php3 @@ -644,4 +644,5 @@ $strFileAlreadyExists = 'Die Datei %s besteht bereits auf dem Server. Bitte änd $strDumpSaved = 'Dump (Schema) wurde in Datei %s gespeichert.'; $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/greek-iso-8859-7.inc.php3 b/lang/greek-iso-8859-7.inc.php3 index c6c63add6..203e0a997 100644 --- a/lang/greek-iso-8859-7.inc.php3 +++ b/lang/greek-iso-8859-7.inc.php3 @@ -661,4 +661,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch $strDumpSaved = 'Dump has been saved to file %s.'; //to translate $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/greek-utf-8.inc.php3 b/lang/greek-utf-8.inc.php3 index 20f3feedd..cd4605459 100644 --- a/lang/greek-utf-8.inc.php3 +++ b/lang/greek-utf-8.inc.php3 @@ -662,4 +662,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch $strDumpSaved = 'Dump has been saved to file %s.'; //to translate $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/hebrew-iso-8859-8-i.inc.php3 b/lang/hebrew-iso-8859-8-i.inc.php3 index 0b88c8f31..e1253b8c8 100644 --- a/lang/hebrew-iso-8859-8-i.inc.php3 +++ b/lang/hebrew-iso-8859-8-i.inc.php3 @@ -659,4 +659,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch $strDumpSaved = 'Dump has been saved to file %s.'; //to translate $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/hindi-utf-8.inc.php3 b/lang/hindi-utf-8.inc.php3 index ac25edfc6..cff5a924b 100644 --- a/lang/hindi-utf-8.inc.php3 +++ b/lang/hindi-utf-8.inc.php3 @@ -673,4 +673,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch $strDumpSaved = 'Dump has been saved to file %s.'; //to translate $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/hungarian-iso-8859-2.inc.php3 b/lang/hungarian-iso-8859-2.inc.php3 index 5ed69fb08..03e488773 100644 --- a/lang/hungarian-iso-8859-2.inc.php3 +++ b/lang/hungarian-iso-8859-2.inc.php3 @@ -647,4 +647,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch $strDumpSaved = 'Dump has been saved to file %s.'; //to translate $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/hungarian-utf-8.inc.php3 b/lang/hungarian-utf-8.inc.php3 index 6eb7bbe2a..22096de4f 100644 --- a/lang/hungarian-utf-8.inc.php3 +++ b/lang/hungarian-utf-8.inc.php3 @@ -648,4 +648,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch $strDumpSaved = 'Dump has been saved to file %s.'; //to translate $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/indonesian-iso-8859-1.inc.php3 b/lang/indonesian-iso-8859-1.inc.php3 index b51d907e8..2cf48abb9 100644 --- a/lang/indonesian-iso-8859-1.inc.php3 +++ b/lang/indonesian-iso-8859-1.inc.php3 @@ -636,4 +636,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch $strDumpSaved = 'Dump has been saved to file %s.'; //to translate $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/indonesian-utf-8.inc.php3 b/lang/indonesian-utf-8.inc.php3 index e471df4f1..e86d59b11 100644 --- a/lang/indonesian-utf-8.inc.php3 +++ b/lang/indonesian-utf-8.inc.php3 @@ -637,4 +637,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch $strDumpSaved = 'Dump has been saved to file %s.'; //to translate $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/italian-iso-8859-1.inc.php3 b/lang/italian-iso-8859-1.inc.php3 index 011cace05..c2bbec02a 100644 --- a/lang/italian-iso-8859-1.inc.php3 +++ b/lang/italian-iso-8859-1.inc.php3 @@ -641,4 +641,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch $strDumpSaved = 'Dump has been saved to file %s.'; //to translate $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/italian-utf-8.inc.php3 b/lang/italian-utf-8.inc.php3 index e96313318..11664844b 100644 --- a/lang/italian-utf-8.inc.php3 +++ b/lang/italian-utf-8.inc.php3 @@ -642,4 +642,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch $strDumpSaved = 'Dump has been saved to file %s.'; //to translate $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/japanese-euc.inc.php3 b/lang/japanese-euc.inc.php3 index a6d30dd15..646370c87 100644 --- a/lang/japanese-euc.inc.php3 +++ b/lang/japanese-euc.inc.php3 @@ -647,4 +647,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch $strDumpSaved = 'Dump has been saved to file %s.'; //to translate $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/japanese-sjis.inc.php3 b/lang/japanese-sjis.inc.php3 index b86285366..e2076fe4e 100644 --- a/lang/japanese-sjis.inc.php3 +++ b/lang/japanese-sjis.inc.php3 @@ -647,4 +647,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch $strDumpSaved = 'Dump has been saved to file %s.'; //to translate $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/japanese-utf-8.inc.php3 b/lang/japanese-utf-8.inc.php3 index e61fad41b..424f54873 100644 --- a/lang/japanese-utf-8.inc.php3 +++ b/lang/japanese-utf-8.inc.php3 @@ -648,4 +648,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch $strDumpSaved = 'Dump has been saved to file %s.'; //to translate $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/korean-ks_c_5601-1987.inc.php3 b/lang/korean-ks_c_5601-1987.inc.php3 index 2cb5ee6c6..7736bc27a 100644 --- a/lang/korean-ks_c_5601-1987.inc.php3 +++ b/lang/korean-ks_c_5601-1987.inc.php3 @@ -661,4 +661,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch $strDumpSaved = 'Dump has been saved to file %s.'; //to translate $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/latvian-utf-8.inc.php3 b/lang/latvian-utf-8.inc.php3 index 9e8e88102..731ec1145 100644 --- a/lang/latvian-utf-8.inc.php3 +++ b/lang/latvian-utf-8.inc.php3 @@ -641,4 +641,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch $strDumpSaved = 'Dump has been saved to file %s.'; //to translate $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/latvian-windows-1257.inc.php3 b/lang/latvian-windows-1257.inc.php3 index 0969a4fba..492cba489 100644 --- a/lang/latvian-windows-1257.inc.php3 +++ b/lang/latvian-windows-1257.inc.php3 @@ -640,4 +640,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch $strDumpSaved = 'Dump has been saved to file %s.'; //to translate $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/lithuanian-utf-8.inc.php3 b/lang/lithuanian-utf-8.inc.php3 index 72ec21a0a..7cf7a3314 100644 --- a/lang/lithuanian-utf-8.inc.php3 +++ b/lang/lithuanian-utf-8.inc.php3 @@ -640,4 +640,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch $strDumpSaved = 'Dump has been saved to file %s.'; //to translate $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/lithuanian-windows-1257.inc.php3 b/lang/lithuanian-windows-1257.inc.php3 index 495e0e632..8b3d5d089 100644 --- a/lang/lithuanian-windows-1257.inc.php3 +++ b/lang/lithuanian-windows-1257.inc.php3 @@ -639,4 +639,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch $strDumpSaved = 'Dump has been saved to file %s.'; //to translate $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/malay-iso-8859-1.inc.php3 b/lang/malay-iso-8859-1.inc.php3 index 23cd43e44..9a1784a74 100644 --- a/lang/malay-iso-8859-1.inc.php3 +++ b/lang/malay-iso-8859-1.inc.php3 @@ -658,4 +658,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch $strDumpSaved = 'Dump has been saved to file %s.'; //to translate $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/malay-utf-8.inc.php3 b/lang/malay-utf-8.inc.php3 index 8c11dfcfb..b15edf5eb 100644 --- a/lang/malay-utf-8.inc.php3 +++ b/lang/malay-utf-8.inc.php3 @@ -659,4 +659,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch $strDumpSaved = 'Dump has been saved to file %s.'; //to translate $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/norwegian-iso-8859-1.inc.php3 b/lang/norwegian-iso-8859-1.inc.php3 index 8d61ba6b6..98d9e685e 100644 --- a/lang/norwegian-iso-8859-1.inc.php3 +++ b/lang/norwegian-iso-8859-1.inc.php3 @@ -640,4 +640,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch $strDumpSaved = 'Dump has been saved to file %s.'; //to translate $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/norwegian-utf-8.inc.php3 b/lang/norwegian-utf-8.inc.php3 index dfc9baaa0..5db694dcb 100644 --- a/lang/norwegian-utf-8.inc.php3 +++ b/lang/norwegian-utf-8.inc.php3 @@ -641,4 +641,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch $strDumpSaved = 'Dump has been saved to file %s.'; //to translate $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/polish-iso-8859-2.inc.php3 b/lang/polish-iso-8859-2.inc.php3 index f97bf72d1..8d84ca74a 100644 --- a/lang/polish-iso-8859-2.inc.php3 +++ b/lang/polish-iso-8859-2.inc.php3 @@ -636,4 +636,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch $strDumpSaved = 'Dump has been saved to file %s.'; //to translate $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/polish-utf-8.inc.php3 b/lang/polish-utf-8.inc.php3 index 890e6ee25..8455f1a7d 100644 --- a/lang/polish-utf-8.inc.php3 +++ b/lang/polish-utf-8.inc.php3 @@ -637,4 +637,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch $strDumpSaved = 'Dump has been saved to file %s.'; //to translate $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/portuguese-iso-8859-1.inc.php3 b/lang/portuguese-iso-8859-1.inc.php3 index 8b20944e3..ebcdc6bd6 100644 --- a/lang/portuguese-iso-8859-1.inc.php3 +++ b/lang/portuguese-iso-8859-1.inc.php3 @@ -658,4 +658,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch $strDumpSaved = 'Dump has been saved to file %s.'; //to translate $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/portuguese-utf-8.inc.php3 b/lang/portuguese-utf-8.inc.php3 index 990fe0855..e299aa9b1 100644 --- a/lang/portuguese-utf-8.inc.php3 +++ b/lang/portuguese-utf-8.inc.php3 @@ -659,4 +659,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch $strDumpSaved = 'Dump has been saved to file %s.'; //to translate $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/romanian-iso-8859-1.inc.php3 b/lang/romanian-iso-8859-1.inc.php3 index fb8e89044..bf2144944 100644 --- a/lang/romanian-iso-8859-1.inc.php3 +++ b/lang/romanian-iso-8859-1.inc.php3 @@ -637,4 +637,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch $strDumpSaved = 'Dump has been saved to file %s.'; //to translate $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/romanian-utf-8.inc.php3 b/lang/romanian-utf-8.inc.php3 index 2c49cc05b..367833e2a 100644 --- a/lang/romanian-utf-8.inc.php3 +++ b/lang/romanian-utf-8.inc.php3 @@ -638,4 +638,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch $strDumpSaved = 'Dump has been saved to file %s.'; //to translate $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/russian-dos-866.inc.php3 b/lang/russian-dos-866.inc.php3 index bdfb805ba..bb97a9035 100644 --- a/lang/russian-dos-866.inc.php3 +++ b/lang/russian-dos-866.inc.php3 @@ -645,4 +645,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch $strDumpSaved = 'Dump has been saved to file %s.'; //to translate $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/russian-koi8-r.inc.php3 b/lang/russian-koi8-r.inc.php3 index f7336c3ba..7ebb3ef7b 100644 --- a/lang/russian-koi8-r.inc.php3 +++ b/lang/russian-koi8-r.inc.php3 @@ -643,4 +643,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch $strDumpSaved = 'Dump has been saved to file %s.'; //to translate $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/russian-utf-8.inc.php3 b/lang/russian-utf-8.inc.php3 index e91717ca2..7adce3b1b 100644 --- a/lang/russian-utf-8.inc.php3 +++ b/lang/russian-utf-8.inc.php3 @@ -644,4 +644,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch $strDumpSaved = 'Dump has been saved to file %s.'; //to translate $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/russian-windows-1251.inc.php3 b/lang/russian-windows-1251.inc.php3 index 8d8ba975b..14da40596 100644 --- a/lang/russian-windows-1251.inc.php3 +++ b/lang/russian-windows-1251.inc.php3 @@ -643,4 +643,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch $strDumpSaved = 'Dump has been saved to file %s.'; //to translate $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/serbian-utf-8.inc.php3 b/lang/serbian-utf-8.inc.php3 index 1e6728b7f..308af10d6 100644 --- a/lang/serbian-utf-8.inc.php3 +++ b/lang/serbian-utf-8.inc.php3 @@ -665,4 +665,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch $strDumpSaved = 'Dump has been saved to file %s.'; //to translate $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/serbian-windows-1250.inc.php3 b/lang/serbian-windows-1250.inc.php3 index 064ef47cb..4b3d383d6 100644 --- a/lang/serbian-windows-1250.inc.php3 +++ b/lang/serbian-windows-1250.inc.php3 @@ -664,4 +664,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch $strDumpSaved = 'Dump has been saved to file %s.'; //to translate $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/slovak-iso-8859-2.inc.php3 b/lang/slovak-iso-8859-2.inc.php3 index e88a93a14..b653c3895 100644 --- a/lang/slovak-iso-8859-2.inc.php3 +++ b/lang/slovak-iso-8859-2.inc.php3 @@ -636,4 +636,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch $strDumpSaved = 'Dump has been saved to file %s.'; //to translate $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/slovak-utf-8.inc.php3 b/lang/slovak-utf-8.inc.php3 index d2c152614..086530b37 100644 --- a/lang/slovak-utf-8.inc.php3 +++ b/lang/slovak-utf-8.inc.php3 @@ -637,4 +637,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch $strDumpSaved = 'Dump has been saved to file %s.'; //to translate $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/slovak-windows-1250.inc.php3 b/lang/slovak-windows-1250.inc.php3 index ea70ada3c..5864cdbf6 100644 --- a/lang/slovak-windows-1250.inc.php3 +++ b/lang/slovak-windows-1250.inc.php3 @@ -636,4 +636,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch $strDumpSaved = 'Dump has been saved to file %s.'; //to translate $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/slovenian-iso-8859-2.inc.php3 b/lang/slovenian-iso-8859-2.inc.php3 index 3b5287e50..7f4330d1d 100644 --- a/lang/slovenian-iso-8859-2.inc.php3 +++ b/lang/slovenian-iso-8859-2.inc.php3 @@ -642,4 +642,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch $strDumpSaved = 'Dump has been saved to file %s.'; //to translate $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/slovenian-utf-8.inc.php3 b/lang/slovenian-utf-8.inc.php3 index 5f7c42341..7a5e02c39 100644 --- a/lang/slovenian-utf-8.inc.php3 +++ b/lang/slovenian-utf-8.inc.php3 @@ -643,4 +643,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch $strDumpSaved = 'Dump has been saved to file %s.'; //to translate $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/slovenian-windows-1250.inc.php3 b/lang/slovenian-windows-1250.inc.php3 index 82ca57e5b..eace10a61 100644 --- a/lang/slovenian-windows-1250.inc.php3 +++ b/lang/slovenian-windows-1250.inc.php3 @@ -642,4 +642,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch $strDumpSaved = 'Dump has been saved to file %s.'; //to translate $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/spanish-iso-8859-1.inc.php3 b/lang/spanish-iso-8859-1.inc.php3 index 6876cd5a3..2f171993c 100644 --- a/lang/spanish-iso-8859-1.inc.php3 +++ b/lang/spanish-iso-8859-1.inc.php3 @@ -636,4 +636,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch $strDumpSaved = 'Dump has been saved to file %s.'; //to translate $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/spanish-utf-8.inc.php3 b/lang/spanish-utf-8.inc.php3 index 77b582fab..16abb2386 100644 --- a/lang/spanish-utf-8.inc.php3 +++ b/lang/spanish-utf-8.inc.php3 @@ -637,4 +637,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch $strDumpSaved = 'Dump has been saved to file %s.'; //to translate $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/swedish-iso-8859-1.inc.php3 b/lang/swedish-iso-8859-1.inc.php3 index 3ea6dd1cd..749437964 100644 --- a/lang/swedish-iso-8859-1.inc.php3 +++ b/lang/swedish-iso-8859-1.inc.php3 @@ -636,4 +636,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch $strDumpSaved = 'Dump has been saved to file %s.'; //to translate $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/swedish-utf-8.inc.php3 b/lang/swedish-utf-8.inc.php3 index 7dcddb93e..dd19fc7fe 100644 --- a/lang/swedish-utf-8.inc.php3 +++ b/lang/swedish-utf-8.inc.php3 @@ -637,4 +637,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch $strDumpSaved = 'Dump has been saved to file %s.'; //to translate $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/thai-tis-620.inc.php3 b/lang/thai-tis-620.inc.php3 index 26b1f0631..14461ad47 100644 --- a/lang/thai-tis-620.inc.php3 +++ b/lang/thai-tis-620.inc.php3 @@ -647,4 +647,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch $strDumpSaved = 'Dump has been saved to file %s.'; //to translate $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/thai-utf-8.inc.php3 b/lang/thai-utf-8.inc.php3 index e1682ad6f..4687996be 100644 --- a/lang/thai-utf-8.inc.php3 +++ b/lang/thai-utf-8.inc.php3 @@ -648,4 +648,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch $strDumpSaved = 'Dump has been saved to file %s.'; //to translate $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/turkish-iso-8859-9.inc.php3 b/lang/turkish-iso-8859-9.inc.php3 index 6206b259f..f79c58df3 100644 --- a/lang/turkish-iso-8859-9.inc.php3 +++ b/lang/turkish-iso-8859-9.inc.php3 @@ -660,4 +660,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch $strDumpSaved = 'Dump has been saved to file %s.'; //to translate $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/turkish-utf-8.inc.php3 b/lang/turkish-utf-8.inc.php3 index a65cace94..0805ce9f5 100644 --- a/lang/turkish-utf-8.inc.php3 +++ b/lang/turkish-utf-8.inc.php3 @@ -661,4 +661,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch $strDumpSaved = 'Dump has been saved to file %s.'; //to translate $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/ukrainian-utf-8.inc.php3 b/lang/ukrainian-utf-8.inc.php3 index 83c8ad274..f06bdd07e 100644 --- a/lang/ukrainian-utf-8.inc.php3 +++ b/lang/ukrainian-utf-8.inc.php3 @@ -638,4 +638,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch $strDumpSaved = 'Dump has been saved to file %s.'; //to translate $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/lang/ukrainian-windows-1251.inc.php3 b/lang/ukrainian-windows-1251.inc.php3 index 54a0d8aba..67f27a887 100644 --- a/lang/ukrainian-windows-1251.inc.php3 +++ b/lang/ukrainian-windows-1251.inc.php3 @@ -637,4 +637,5 @@ $strFileAlreadyExists = 'File %s already exists on server, change filename or ch $strDumpSaved = 'Dump has been saved to file %s.'; //to translate $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate $strNoSpace = 'Insufficient space to save the file %s.'; //to translate +$strInsertedRowId = 'Inserted row id:'; //to translate ?> diff --git a/sql.php3 b/sql.php3 index 2f66c1361..0a0e88306 100755 --- a/sql.php3 +++ b/sql.php3 @@ -585,6 +585,10 @@ else { $message = $strDeletedRows . ' ' . $num_rows; } else if ($is_insert) { $message = $strInsertedRows . ' ' . $num_rows; + $insert_id = mysql_insert_id(); + if ($insert_id != 0) { + $message .= '
'.$strInsertedRowId . ' ' . $insert_id; + } } else if ($is_affected) { $message = $strAffectedRows . ' ' . $num_rows; } else if (!empty($zero_rows)) { diff --git a/tbl_replace.php3 b/tbl_replace.php3 index 17f31f4a3..44ed9bb0d 100755 --- a/tbl_replace.php3 +++ b/tbl_replace.php3 @@ -183,11 +183,16 @@ if (!$result) { } else { $message = $strModifications; } + $insert_id = mysql_insert_id(); + if ($insert_id != 0) { + $message .= '
'.$strInsertedRowId . ' ' . $insert_id; + } if ($is_gotofile) { if ($goto == 'db_details.php3' && !empty($table)) { unset($table); } $js_to_run = 'functions.js'; + $active_page = $goto; include('./header.inc.php3'); include('./' . ereg_replace('\.\.*', '.', $goto)); } else {