bug 887933, nested forms

This commit is contained in:
Marc Delisle
2004-03-09 20:52:30 +00:00
parent ab6f25e097
commit d4614b526a
105 changed files with 119 additions and 9 deletions

View File

@@ -5,6 +5,11 @@ phpMyAdmin - Changelog
$Id$
$Source$
2004-03-09 Marc Delisle <lem9@users.sourceforge.net>
* libraries/common.lib.php, libraries/display*, lang/*:
bug 887933: avoid generating a nested form, and show a warning
when user should define a primary key to get the Edit and Delete links
2004-03-09 Michal Cihar <backtowork@cihar.com>
* libraries/dbi/mysql.dbi.lib.php: Remove possible double charset
conversion.

View File

@@ -737,4 +737,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -738,4 +738,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -730,4 +730,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -731,4 +731,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -732,4 +732,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -731,4 +731,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -726,4 +726,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -727,4 +727,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -729,4 +729,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -730,4 +730,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -736,4 +736,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -735,4 +735,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -751,4 +751,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -752,4 +752,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -734,4 +734,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -735,4 +735,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -734,4 +734,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -722,4 +722,5 @@ $strZeroRemovesTheLimit = 'Nota: Establint aquestes opcions a 0 (zero) treu el l
$strZip = '"comprimit amb zip"';
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -723,4 +723,5 @@ $strZeroRemovesTheLimit = 'Nota: Establint aquestes opcions a 0 (zero) treu el l
$strZip = '"comprimit amb zip"';
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -729,4 +729,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -728,4 +728,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -729,4 +729,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -728,4 +728,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -750,4 +750,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -751,4 +751,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -750,4 +750,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -728,4 +728,5 @@ $strYes = 'Ano';
$strZeroRemovesTheLimit = 'Pozn<7A>mka: Nastaven<65> t<>chto parametr<74> na 0 (nulu) odstran<61> omezen<65>.';
$strZip = '"zazipov<6F>no"';
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -729,4 +729,5 @@ $strYes = 'Ano';
$strZeroRemovesTheLimit = 'Poznámka: Nastavení těchto parametrů na 0 (nulu) odstraní omezení.';
$strZip = '"zazipováno"';
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -728,4 +728,5 @@ $strYes = 'Ano';
$strZeroRemovesTheLimit = 'Pozn<7A>mka: Nastaven<65> t<>chto parametr<74> na 0 (nulu) odstran<61> omezen<65>.';
$strZip = '"zazipov<6F>no"';
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -726,4 +726,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -727,4 +727,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -729,4 +729,5 @@ $strZip = '"Gezipt"';
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -730,4 +730,5 @@ $strZip = '"Gezipt"';
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -719,7 +719,8 @@ $strZip = '"zipped"';
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate
$strMaximumSize = 'Max: %s%s';
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.';
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!';
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)';
$strNeedPrimaryKey = 'You should define a primary key for this table.';
?>

View File

@@ -723,4 +723,5 @@ $strMaximumSize = 'Max: %s%s';
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!';
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -722,4 +722,5 @@ $strZeroRemovesTheLimit = 'M
$strZip = '"zipitud"';
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -723,4 +723,5 @@ $strZeroRemovesTheLimit = 'Märkus: Märkides antud seaded 0 (null) , eemaldate
$strZip = '"zipitud"';
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -747,4 +747,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate
= 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -748,4 +748,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -727,4 +727,5 @@ $strTransformation_application_octetstream__download = 'Display a link to downlo
$strDropDatabaseStrongWarning = 'Vous <20>tes sur le point de D<>TRUIRE une base de donn<6E>es!';
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -728,4 +728,5 @@ $strTransformation_application_octetstream__download = 'Display a link to downlo
$strDropDatabaseStrongWarning = 'Vous êtes sur le point de DÉTRUIRE une base de données!';
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -729,4 +729,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate
= 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -730,4 +730,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate
= 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -751,4 +751,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -730,4 +730,5 @@ $strZeroRemovesTheLimit = 'Anmerkung: Der Wert 0 (null) entfernt die Beschr
$strZip = 'Zip-komprimiert';
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -731,4 +731,5 @@ $strZeroRemovesTheLimit = 'Anmerkung: Der Wert 0 (null) entfernt die Beschränku
$strZip = 'Zip-komprimiert';
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -731,4 +731,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate
= 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -732,4 +732,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -747,4 +747,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate
= 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -755,4 +755,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate
= 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -735,4 +735,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -736,4 +736,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate
= 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -722,4 +722,5 @@ $strZip = '"Dikompress dengan Zip"';
= 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -723,4 +723,5 @@ $strZip = '"Dikompress dengan Zip"';
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -727,4 +727,5 @@ $strZip = '"compresso con zip"';
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -728,4 +728,5 @@ $strZip = '"compresso con zip"';
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -735,4 +735,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate
= 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -735,4 +735,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -736,4 +736,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate
= 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -745,4 +745,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -746,4 +746,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -728,4 +728,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate
= 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -727,4 +727,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -723,4 +723,5 @@ $strZip = '"zip"';
= 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -722,4 +722,5 @@ $strZip = '"zip"';
= 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -748,4 +748,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -749,4 +749,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate
= 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -728,4 +728,5 @@ $strZip = 'Komprimert (zip)';
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -729,4 +729,5 @@ $strZip = 'Komprimert (zip)';
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -753,4 +753,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate
= 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -752,4 +752,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -723,4 +723,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate
= 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -724,4 +724,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate
= 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -742,4 +742,5 @@ $strWindowNotFound = 'The target browser window could not be updated. Maybe you
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -743,4 +743,5 @@ $strWindowNotFound = 'The target browser window could not be updated. Maybe you
= 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -724,4 +724,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -725,4 +725,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate
= 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -730,4 +730,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -730,4 +730,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -731,4 +731,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate
= 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -730,4 +730,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -730,4 +730,5 @@ $strZeroRemovesTheLimit = 'Напомена: Постављање ових оп
$strZip = '"зиповано"';
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -729,4 +729,5 @@ $strZeroRemovesTheLimit = '
$strZip = '"<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"';
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -730,4 +730,5 @@ $strZeroRemovesTheLimit = 'Napomena: Postavljanje ovih opcija na 0 (nulu) uklanj
$strZip = '"zipovano"';
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -729,4 +729,5 @@ $strZeroRemovesTheLimit = 'Napomena: Postavljanje ovih opcija na 0 (nulu) uklanj
$strZip = '"zipovano"';
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -727,4 +727,5 @@ $strZip = '"zo zipovan
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -728,4 +728,5 @@ $strZip = '"zo zipované"';
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -727,4 +727,5 @@ $strZip = '"zo zipovan
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -725,4 +725,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -726,4 +726,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate
= 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -725,4 +725,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -726,4 +726,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -727,4 +727,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -722,4 +722,5 @@ $strZip = '"zippad"';
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -723,4 +723,5 @@ $strZip = '"zippad"';
= 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -735,4 +735,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate
= 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -736,4 +736,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -735,4 +735,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate
= 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

View File

@@ -736,4 +736,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate
?>

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