feature #601603 (Field names on CSV export)

This commit is contained in:
Loïc Chapeaux
2002-09-13 08:52:31 +00:00
parent b3a8b97eed
commit 1fde05de4f
93 changed files with 212 additions and 7 deletions

View File

@@ -5,6 +5,11 @@ phpMyAdmin - Changelog
$Id$ $Id$
$Source$ $Source$
2002-09-13 Lo<4C>c Chapeaux <lolo@phpheaven.net> and Marc
* db_details.php3, line 121: XHTML fix.
* tbl_properties_export.php3; libraries/build_dump.lib.php3; lang/*:
feature #601603 (Field names on CSV export).
2002-09-12 Marc Delisle <lem9@users.sourceforge.net> 2002-09-12 Marc Delisle <lem9@users.sourceforge.net>
* libraries/display_tbl.lib.php3: bug 601809: when two fields have the * libraries/display_tbl.lib.php3: bug 601809: when two fields have the
same name, both are showed NULL even if only one is NULL same name, both are showed NULL even if only one is NULL

View File

@@ -118,7 +118,7 @@ if ($cfg['UploadDir'] != '') {
echo ' <i>' . $strOr . '</i> ' . $strWebServerUploadDirectory . '&nbsp;:<br />' . "\n"; echo ' <i>' . $strOr . '</i> ' . $strWebServerUploadDirectory . '&nbsp;:<br />' . "\n";
echo ' <div style="margin-bottom: 5px">' . "\n"; echo ' <div style="margin-bottom: 5px">' . "\n";
echo ' <select size="1" name="sql_localfile">' . "\n"; echo ' <select size="1" name="sql_localfile">' . "\n";
echo ' <option value="" selected></option>' . "\n"; echo ' <option value="" selected="selected"></option>' . "\n";
} // end if (is_first) } // end if (is_first)
echo ' <option value="' . htmlspecialchars($file) . '">' . htmlspecialchars($file) . '</option>' . "\n"; echo ' <option value="' . htmlspecialchars($file) . '">' . htmlspecialchars($file) . '</option>' . "\n";
$is_first++; $is_first++;

View File

@@ -434,4 +434,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //to translate
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate $strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
$strServer = 'Server %s'; //to translate $strServer = 'Server %s'; //to translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -435,4 +435,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //to translate
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate $strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
$strServer = 'Server %s'; //to translate $strServer = 'Server %s'; //to translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -433,4 +433,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //to translate
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate $strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
$strServer = 'Server %s'; //to translate $strServer = 'Server %s'; //to translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -434,4 +434,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //to translate
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate $strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
$strServer = 'Server %s'; //to translate $strServer = 'Server %s'; //to translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -449,4 +449,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //to translate
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate $strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
$strServer = 'Server %s'; //to translate $strServer = 'Server %s'; //to translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -448,4 +448,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //to translate
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate $strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
$strServer = 'Server %s'; //to translate $strServer = 'Server %s'; //to translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -448,4 +448,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //to translate
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate $strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
$strServer = 'Server %s'; //to translate $strServer = 'Server %s'; //to translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -449,4 +449,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //to translate
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate $strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
$strServer = 'Server %s'; //to translate $strServer = 'Server %s'; //to translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -448,4 +448,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //to translate
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate $strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
$strServer = 'Server %s'; //to translate $strServer = 'Server %s'; //to translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -449,4 +449,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //to translate
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate $strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
$strServer = 'Server %s'; //to translate $strServer = 'Server %s'; //to translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -448,4 +448,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //to translate
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate $strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
$strServer = 'Server %s'; //to translate $strServer = 'Server %s'; //to translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -435,4 +435,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //to translate
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate $strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
$strServer = 'Server %s'; //to translate $strServer = 'Server %s'; //to translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -436,4 +436,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //to translate
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate $strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
$strServer = 'Server %s'; //to translate $strServer = 'Server %s'; //to translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -435,4 +435,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //to translate
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate $strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
$strServer = 'Server %s'; //to translate $strServer = 'Server %s'; //to translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -434,4 +434,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //to translate
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate $strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
$strServer = 'Server %s'; //to translate $strServer = 'Server %s'; //to translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -434,4 +434,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //to translate
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate $strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
$strServer = 'Server %s'; //to translate $strServer = 'Server %s'; //to translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -432,4 +432,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //to translate
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate $strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
$strServer = 'Server %s'; //to translate $strServer = 'Server %s'; //to translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -447,4 +447,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //to translate
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate $strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
$strServer = 'Server %s'; //to translate $strServer = 'Server %s'; //to translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -448,4 +448,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //to translate
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate $strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
$strServer = 'Server %s'; //to translate $strServer = 'Server %s'; //to translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -447,4 +447,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //to translate
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate $strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
$strServer = 'Server %s'; //to translate $strServer = 'Server %s'; //to translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -433,4 +433,6 @@ $strYes = 'Ano';
$strZip = '"zazipov<6F>no"'; $strZip = '"zazipov<6F>no"';
// To translate // To translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -434,4 +434,6 @@ $strYes = 'Ano';
$strZip = '"zazipováno"'; $strZip = '"zazipováno"';
// To translate // To translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -433,4 +433,6 @@ $strYes = 'Ano';
$strZip = '"zazipov<6F>no"'; $strZip = '"zazipov<6F>no"';
// To translate // To translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -442,4 +442,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //to translate
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate $strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
$strServer = 'Server %s'; //to translate $strServer = 'Server %s'; //to translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -443,4 +443,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //to translate
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate $strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
$strServer = 'Server %s'; //to translate $strServer = 'Server %s'; //to translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -431,4 +431,6 @@ $strYes = 'Ja';
$strZip = '"Gezipt"'; $strZip = '"Gezipt"';
$strServer = 'Server %s'; //to translate $strServer = 'Server %s'; //to translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -432,4 +432,6 @@ $strYes = 'Ja';
$strZip = '"Gezipt"'; $strZip = '"Gezipt"';
$strServer = 'Server %s'; //to translate $strServer = 'Server %s'; //to translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -95,6 +95,7 @@ $strCreateNewTable = 'Create new table on database %s';
$strCreatePage = 'Create a new Page'; $strCreatePage = 'Create a new Page';
$strCreatePdfFeat = 'Creation of PDFs'; $strCreatePdfFeat = 'Creation of PDFs';
$strCriteria = 'Criteria'; $strCriteria = 'Criteria';
$strCvsData = 'CSV data';
$strData = 'Data'; $strData = 'Data';
$strDatabase = 'Database '; $strDatabase = 'Database ';
@@ -284,6 +285,7 @@ $strPrimaryKeyWarning = '("PRIMARY" <b>must</b> be the name of and <b>only of</b
$strPrintView = 'Print view'; $strPrintView = 'Print view';
$strPrivileges = 'Privileges'; $strPrivileges = 'Privileges';
$strProperties = 'Properties'; $strProperties = 'Properties';
$strPutColNames = 'Put fields names at first row';
$strQBE = 'Query'; $strQBE = 'Query';
$strQBEDel = 'Del'; $strQBEDel = 'Del';

View File

@@ -96,6 +96,7 @@ $strCreateNewTable = 'Create new table on database %s';
$strCreatePage = 'Create a new Page'; $strCreatePage = 'Create a new Page';
$strCreatePdfFeat = 'Creation of PDFs'; $strCreatePdfFeat = 'Creation of PDFs';
$strCriteria = 'Criteria'; $strCriteria = 'Criteria';
$strCvsData = 'CSV data';
$strData = 'Data'; $strData = 'Data';
$strDatabase = 'Database '; $strDatabase = 'Database ';
@@ -285,6 +286,7 @@ $strPrimaryKeyWarning = '("PRIMARY" <b>must</b> be the name of and <b>only of</b
$strPrintView = 'Print view'; $strPrintView = 'Print view';
$strPrivileges = 'Privileges'; $strPrivileges = 'Privileges';
$strProperties = 'Properties'; $strProperties = 'Properties';
$strPutColNames = 'Put fields names at first row';
$strQBE = 'Query'; $strQBE = 'Query';
$strQBEDel = 'Del'; $strQBEDel = 'Del';

View File

@@ -428,4 +428,6 @@ $strZip = '"zipitud"';
// To translate // To translate
$strServer = 'Server %s'; //to translate $strServer = 'Server %s'; //to translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -429,4 +429,6 @@ $strZip = '"zipitud"';
// To translate // To translate
$strServer = 'Server %s'; //to translate $strServer = 'Server %s'; //to translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -431,4 +431,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //to translate
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate $strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
$strServer = 'Server %s'; //to translate $strServer = 'Server %s'; //to translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -432,4 +432,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //to translate
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate $strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
$strServer = 'Server %s'; //to translate $strServer = 'Server %s'; //to translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -95,6 +95,7 @@ $strCreateNewTable = 'Cr
$strCreatePage = 'Cr<43>er une page'; $strCreatePage = 'Cr<43>er une page';
$strCreatePdfFeat = 'G<>n<EFBFBD>ration de sch<63>mas en PDF'; $strCreatePdfFeat = 'G<>n<EFBFBD>ration de sch<63>mas en PDF';
$strCriteria = 'Crit<69>re'; $strCriteria = 'Crit<69>re';
$strCvsData = 'Donn<6E>es CSV';
$strData = 'Donn<6E>es'; $strData = 'Donn<6E>es';
$strDatabase = 'Base de donn<6E>es'; $strDatabase = 'Base de donn<6E>es';
@@ -284,6 +285,7 @@ $strPrimaryKeyWarning = '("PRIMARY" <b>doit et ne peut
$strPrintView = 'Version imprimable'; $strPrintView = 'Version imprimable';
$strPrivileges = 'Privil<69>ges'; $strPrivileges = 'Privil<69>ges';
$strProperties = 'Propri<72>t<EFBFBD>s'; $strProperties = 'Propri<72>t<EFBFBD>s';
$strPutColNames = 'Afficher les noms de champ en premi<6D>re ligne';
$strQBE = 'Requ<71>te'; $strQBE = 'Requ<71>te';
$strQBEDel = 'Effacer'; $strQBEDel = 'Effacer';
@@ -340,6 +342,7 @@ $strSelectFields = 'Choisir les champs
$strSelectNumRows = 'dans la requ<71>te'; $strSelectNumRows = 'dans la requ<71>te';
$strSelectTables = 'Choisissez les tables'; $strSelectTables = 'Choisissez les tables';
$strSend = 'Transmettre'; $strSend = 'Transmettre';
$strServer = 'Serveur %s';
$strServerChoice = 'Choix du serveur'; $strServerChoice = 'Choix du serveur';
$strServerVersion = 'Version du serveur'; $strServerVersion = 'Version du serveur';
$strSetEnumVal = 'Les diff<66>rentes valeurs des champs de type enum/set sont <20> sp<73>cifier sous la forme \'a\',\'b\',\'c\'...<br />Pour utiliser un caract<63>re "\\" ou "\'" dans l\'une de ces valeurs, faites le pr<70>c<EFBFBD>der du caract<63>re d\'<27>chappement "\\" (par exemple \'\\\\xyz\' ou \'a\\\'b\').'; $strSetEnumVal = 'Les diff<66>rentes valeurs des champs de type enum/set sont <20> sp<73>cifier sous la forme \'a\',\'b\',\'c\'...<br />Pour utiliser un caract<63>re "\\" ou "\'" dans l\'une de ces valeurs, faites le pr<70>c<EFBFBD>der du caract<63>re d\'<27>chappement "\\" (par exemple \'\\\\xyz\' ou \'a\\\'b\').';
@@ -411,6 +414,7 @@ $strUsers = 'Utilisateurs et privil
$strUseTables = 'Utiliser les tables'; $strUseTables = 'Utiliser les tables';
$strValidateSQL = 'Valider SQL'; $strValidateSQL = 'Valider SQL';
$strValidatorError = 'Le validateur SQL n\'a pas pu <20>tre initialis<69>. V<>rifiez que les extensions PHP n<>cessaires ont bien <20>t<EFBFBD> install<6C>es (voir la %sdocumentation%s).';
$strValue = 'Valeur'; $strValue = 'Valeur';
$strViewDump = '<b>Afficher le sch<63>ma</b> de la table'; $strViewDump = '<b>Afficher le sch<63>ma</b> de la table';
$strViewDumpDB = 'Afficher le sch<63>ma de la base '; $strViewDumpDB = 'Afficher le sch<63>ma de la base ';
@@ -426,7 +430,4 @@ $strYes = 'Oui';
$strZip = '"zipp<70>"'; $strZip = '"zipp<70>"';
// To translate // To translate
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
$strServer = 'Server %s'; //to translate
?> ?>

View File

@@ -96,6 +96,7 @@ $strCreateNewTable = 'Créer une nouvelle table sur la base %s';
$strCreatePage = 'Créer une page'; $strCreatePage = 'Créer une page';
$strCreatePdfFeat = 'Génération de schémas en PDF'; $strCreatePdfFeat = 'Génération de schémas en PDF';
$strCriteria = 'Critère'; $strCriteria = 'Critère';
$strCvsData = 'Données CSV';
$strData = 'Données'; $strData = 'Données';
$strDatabase = 'Base de données'; $strDatabase = 'Base de données';
@@ -285,6 +286,7 @@ $strPrimaryKeyWarning = '("PRIMARY" <b>doit et ne peut être</b> que le nom d\'u
$strPrintView = 'Version imprimable'; $strPrintView = 'Version imprimable';
$strPrivileges = 'Privilèges'; $strPrivileges = 'Privilèges';
$strProperties = 'Propriétés'; $strProperties = 'Propriétés';
$strPutColNames = 'Afficher les noms de champ en première ligne';
$strQBE = 'Requête'; $strQBE = 'Requête';
$strQBEDel = 'Effacer'; $strQBEDel = 'Effacer';
@@ -341,6 +343,7 @@ $strSelectFields = 'Choisir les champs à afficher (au moins un)';
$strSelectNumRows = 'dans la requête'; $strSelectNumRows = 'dans la requête';
$strSelectTables = 'Choisissez les tables'; $strSelectTables = 'Choisissez les tables';
$strSend = 'Transmettre'; $strSend = 'Transmettre';
$strServer = 'Serveur %s';
$strServerChoice = 'Choix du serveur'; $strServerChoice = 'Choix du serveur';
$strServerVersion = 'Version du serveur'; $strServerVersion = 'Version du serveur';
$strSetEnumVal = 'Les différentes valeurs des champs de type enum/set sont à spécifier sous la forme \'a\',\'b\',\'c\'...<br />Pour utiliser un caractère "\\" ou "\'" dans l\'une de ces valeurs, faites le précéder du caractère d\'échappement "\\" (par exemple \'\\\\xyz\' ou \'a\\\'b\').'; $strSetEnumVal = 'Les différentes valeurs des champs de type enum/set sont à spécifier sous la forme \'a\',\'b\',\'c\'...<br />Pour utiliser un caractère "\\" ou "\'" dans l\'une de ces valeurs, faites le précéder du caractère d\'échappement "\\" (par exemple \'\\\\xyz\' ou \'a\\\'b\').';
@@ -412,6 +415,7 @@ $strUsers = 'Utilisateurs et privilèges';
$strUseTables = 'Utiliser les tables'; $strUseTables = 'Utiliser les tables';
$strValidateSQL = 'Valider SQL'; $strValidateSQL = 'Valider SQL';
$strValidatorError = 'Le validateur SQL n\'a pas pu être initialisé. Vérifiez que les extensions PHP nécessaires ont bien été installées (voir la %sdocumentation%s).';
$strValue = 'Valeur'; $strValue = 'Valeur';
$strViewDump = '<b>Afficher le schéma</b> de la table'; $strViewDump = '<b>Afficher le schéma</b> de la table';
$strViewDumpDB = 'Afficher le schéma de la base '; $strViewDumpDB = 'Afficher le schéma de la base ';
@@ -427,7 +431,4 @@ $strYes = 'Oui';
$strZip = '"zippé"'; $strZip = '"zippé"';
// To translate // To translate
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
$strServer = 'Server %s'; //to translate
?> ?>

View File

@@ -435,4 +435,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //to translate
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate $strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
$strServer = 'Server %s'; //to translate $strServer = 'Server %s'; //to translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -436,4 +436,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //to translate
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate $strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
$strServer = 'Server %s'; //to translate $strServer = 'Server %s'; //to translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -447,4 +447,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //to translate
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate $strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
$strServer = 'Server %s'; //to translate $strServer = 'Server %s'; //to translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -436,4 +436,6 @@ $strYes = 'Ja';
$strZip = 'Zip-komprimiert'; $strZip = 'Zip-komprimiert';
// To translate // To translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -437,4 +437,6 @@ $strYes = 'Ja';
$strZip = 'Zip-komprimiert'; $strZip = 'Zip-komprimiert';
// To translate // To translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -446,4 +446,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //to translate
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate $strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
$strServer = 'Server %s'; //to translate $strServer = 'Server %s'; //to translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -447,4 +447,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //to translate
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate $strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
$strServer = 'Server %s'; //to translate $strServer = 'Server %s'; //to translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -444,4 +444,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //to translate
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate $strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
$strServer = 'Server %s'; //to translate $strServer = 'Server %s'; //to translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -457,4 +457,6 @@ $strWebServerUploadDirectoryError = 'The directory you set for upload work canno
$strZip = '"zipped"' ; //to translate $strZip = '"zipped"' ; //to translate
$strServer = 'Server %s'; //to translate $strServer = 'Server %s'; //to translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -432,4 +432,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //to translate
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate $strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
$strServer = 'Server %s'; //to translate $strServer = 'Server %s'; //to translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -433,4 +433,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //to translate
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate $strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
$strServer = 'Server %s'; //to translate $strServer = 'Server %s'; //to translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -430,4 +430,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //to translate
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate $strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
$strServer = 'Server %s'; //to translate $strServer = 'Server %s'; //to translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -431,4 +431,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //to translate
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate $strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
$strServer = 'Server %s'; //to translate $strServer = 'Server %s'; //to translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -434,4 +434,6 @@ $strYes = ' Si ';
$strZip = '"compresso con zip"'; $strZip = '"compresso con zip"';
// To translate // To translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -435,4 +435,6 @@ $strYes = ' Si ';
$strZip = '"compresso con zip"'; $strZip = '"compresso con zip"';
// To translate // To translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -437,4 +437,6 @@ $strYes = '
$strZip = '"zip<69><70><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"'; $strZip = '"zip<69><70><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"';
$strServer = 'Server %s'; //to translate $strServer = 'Server %s'; //to translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -436,4 +436,6 @@ $strYes = '
$strZip = '"zip<69><70><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"'; $strZip = '"zip<69><70><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"';
$strServer = 'Server %s'; //to translate $strServer = 'Server %s'; //to translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -438,4 +438,6 @@ $strYes = 'はい';
$strZip = '"zipされる"'; $strZip = '"zipされる"';
$strServer = 'Server %s'; //to translate $strServer = 'Server %s'; //to translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -447,4 +447,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //to translate
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate $strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
$strServer = 'Server %s'; //to translate $strServer = 'Server %s'; //to translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -448,4 +448,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //to translate
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate $strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
$strServer = 'Server %s'; //to translate $strServer = 'Server %s'; //to translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -447,4 +447,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //to translate
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate $strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
$strServer = 'Server %s'; //to translate $strServer = 'Server %s'; //to translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -435,4 +435,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //to translate
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate $strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
$strServer = 'Server %s'; //to translate $strServer = 'Server %s'; //to translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -434,4 +434,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //to translate
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate $strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
$strServer = 'Server %s'; //to translate $strServer = 'Server %s'; //to translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -449,4 +449,6 @@ $strZip = '"zipped"';
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate $strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
$strServer = 'Server %s'; //to translate $strServer = 'Server %s'; //to translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -450,4 +450,6 @@ $strZip = '"zipped"';
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate $strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
$strServer = 'Server %s'; //to translate $strServer = 'Server %s'; //to translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -433,4 +433,6 @@ $strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate
$strServer = 'Server %s'; //to translate $strServer = 'Server %s'; //to translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -434,4 +434,6 @@ $strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate
$strServer = 'Server %s'; //to translate $strServer = 'Server %s'; //to translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -428,4 +428,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //to translate
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate $strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
$strServer = 'Server %s'; //to translate $strServer = 'Server %s'; //to translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -429,4 +429,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //to translate
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate $strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
$strServer = 'Server %s'; //to translate $strServer = 'Server %s'; //to translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -439,4 +439,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //to translate
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate $strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
$strServer = 'Server %s'; //to translate $strServer = 'Server %s'; //to translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -440,4 +440,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //to translate
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate $strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
$strServer = 'Server %s'; //to translate $strServer = 'Server %s'; //to translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -428,4 +428,6 @@ $strZip = '"arhivat"';
// To translate // To translate
$strServer = 'Server %s'; //to translate $strServer = 'Server %s'; //to translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -429,4 +429,6 @@ $strZip = '"arhivat"';
// To translate // To translate
$strServer = 'Server %s'; //to translate $strServer = 'Server %s'; //to translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -438,4 +438,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //to translate
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate $strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
$strServer = 'Server %s'; //to translate $strServer = 'Server %s'; //to translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -439,4 +439,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //to translate
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate $strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
$strServer = 'Server %s'; //to translate $strServer = 'Server %s'; //to translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -438,4 +438,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //to translate
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate $strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
$strServer = 'Server %s'; //to translate $strServer = 'Server %s'; //to translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -450,4 +450,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //to translate
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate $strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
$strServer = 'Server %s'; //to translate $strServer = 'Server %s'; //to translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -449,4 +449,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //to translate
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate $strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
$strServer = 'Server %s'; //to translate $strServer = 'Server %s'; //to translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -430,4 +430,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //to translate
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate $strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
$strServer = 'Server %s'; //to translate $strServer = 'Server %s'; //to translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -431,4 +431,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //to translate
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate $strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
$strServer = 'Server %s'; //to translate $strServer = 'Server %s'; //to translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -430,4 +430,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //to translate
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate $strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
$strServer = 'Server %s'; //to translate $strServer = 'Server %s'; //to translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -432,4 +432,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //to translate
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate $strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
$strServer = 'Server %s'; //to translate $strServer = 'Server %s'; //to translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -433,4 +433,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //to translate
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate $strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
$strServer = 'Server %s'; //to translate $strServer = 'Server %s'; //to translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -432,4 +432,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //to translate
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate $strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
$strServer = 'Server %s'; //to translate $strServer = 'Server %s'; //to translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -429,4 +429,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //to translate
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$strServer = 'Server %s'; //to translate $strServer = 'Server %s'; //to translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -430,4 +430,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //to translate
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$strServer = 'Server %s'; //to translate $strServer = 'Server %s'; //to translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -429,4 +429,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //to translate
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate $strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
$strServer = 'Server %s'; //to translate $strServer = 'Server %s'; //to translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -430,4 +430,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //to translate
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate $strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
$strServer = 'Server %s'; //to translate $strServer = 'Server %s'; //to translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -430,4 +430,6 @@ $strYes = '
$strZip = '"<22>١<EFBFBD>պ<EFBFBD>Ѵ<EFBFBD><D1B4><EFBFBD><EFBFBD> (zip)"'; $strZip = '"<22>١<EFBFBD>պ<EFBFBD>Ѵ<EFBFBD><D1B4><EFBFBD><EFBFBD> (zip)"';
$strServer = 'Server %s'; //to translate $strServer = 'Server %s'; //to translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -431,4 +431,6 @@ $strYes = 'ใช่';
$strZip = '"ถูกบีบอัดอยู่ (zip)"'; $strZip = '"ถูกบีบอัดอยู่ (zip)"';
$strServer = 'Server %s'; //to translate $strServer = 'Server %s'; //to translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -435,4 +435,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //to translate
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate $strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
$strServer = 'Server %s'; //to translate $strServer = 'Server %s'; //to translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -436,4 +436,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //to translate
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate $strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
$strServer = 'Server %s'; //to translate $strServer = 'Server %s'; //to translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -438,4 +438,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //to translate
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate $strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
$strServer = 'Server %s'; //to translate $strServer = 'Server %s'; //to translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -437,4 +437,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //to translate
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate $strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
$strServer = 'Server %s'; //to translate $strServer = 'Server %s'; //to translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?> ?>

View File

@@ -503,6 +503,24 @@ if (!defined('PMA_BUILD_DUMP_LIB_INCLUDED')){
$add_query = ''; $add_query = '';
} }
// If required, get fields name at the first line
if (isset($GLOBALS['showcsvnames']) && $GLOBALS['showcsvnames'] == 'yes') {
$schema_insert = '';
$local_query = 'SHOW COLUMNS FROM ' . PMA_backquote($table) . ' FROM ' . PMA_backquote($db);
$result = PMA_mysql_query($local_query) or PMA_mysqlDie('', $local_query, '', $error_url);
while ($row = PMA_mysql_fetch_array($result)) {
if ($enc_by == '') {
$schema_insert .= $row['Field'];
} else {
$schema_insert .= $enc_by
. str_replace($enc_by, $esc_by . $enc_by, $row['Field'])
. $enc_by;
}
$schema_insert .= $sep;
} // end while
$handler(trim(substr($schema_insert, 0, -1)));
} // end if
// Gets the data from the database // Gets the data from the database
$local_query = 'SELECT * FROM ' . PMA_backquote($db) . '.' . PMA_backquote($table) . $add_query; $local_query = 'SELECT * FROM ' . PMA_backquote($db) . '.' . PMA_backquote($table) . $add_query;
$result = PMA_mysql_query($local_query) or PMA_mysqlDie('', $local_query, '', $error_url); $result = PMA_mysql_query($local_query) or PMA_mysqlDie('', $local_query, '', $error_url);

View File

@@ -84,6 +84,12 @@ echo "\n";
<label for="checkbox_dump_extended_ins"><?php echo $strExtendedInserts; ?></label><br /> <label for="checkbox_dump_extended_ins"><?php echo $strExtendedInserts; ?></label><br />
&nbsp;&nbsp; &nbsp;&nbsp;
<?php echo sprintf($strDumpXRows , '<input type="text" name="limit_to" size="5" value="' . PMA_countRecords($db, $table, TRUE) . '" class="textfield" style="vertical-align: middle" onfocus="this.select()" />' , '<input type="text" name="limit_from" value="0" size="5" class="textfield" style="vertical-align: middle" onfocus="this.select()" />') . "\n"; ?> <?php echo sprintf($strDumpXRows , '<input type="text" name="limit_to" size="5" value="' . PMA_countRecords($db, $table, TRUE) . '" class="textfield" style="vertical-align: middle" onfocus="this.select()" />' , '<input type="text" name="limit_from" value="0" size="5" class="textfield" style="vertical-align: middle" onfocus="this.select()" />') . "\n"; ?>
<br /><br />
<!-- For CSV data -->
<?php echo $strCvsData; ?><br />
&nbsp;&nbsp;
<input type="checkbox" name="showcsvnames" value="yes" id="checkbox_dump_showcsvnames" />
<label for="checkbox_dump_showcsvnames"><?php echo $strPutColNames; ?></label>
</td> </td>
</tr> </tr>