feature #601603 (Field names on CSV export)
This commit is contained in:
@@ -5,6 +5,11 @@ phpMyAdmin - Changelog
|
||||
$Id$
|
||||
$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>
|
||||
* libraries/display_tbl.lib.php3: bug 601809: when two fields have the
|
||||
same name, both are showed NULL even if only one is NULL
|
||||
|
@@ -118,7 +118,7 @@ if ($cfg['UploadDir'] != '') {
|
||||
echo ' <i>' . $strOr . '</i> ' . $strWebServerUploadDirectory . ' :<br />' . "\n";
|
||||
echo ' <div style="margin-bottom: 5px">' . "\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)
|
||||
echo ' <option value="' . htmlspecialchars($file) . '">' . htmlspecialchars($file) . '</option>' . "\n";
|
||||
$is_first++;
|
||||
|
@@ -434,4 +434,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //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
|
||||
$strServer = 'Server %s'; //to translate
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -435,4 +435,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //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
|
||||
$strServer = 'Server %s'; //to translate
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -433,4 +433,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //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
|
||||
$strServer = 'Server %s'; //to translate
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -434,4 +434,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //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
|
||||
$strServer = 'Server %s'; //to translate
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -449,4 +449,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //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
|
||||
$strServer = 'Server %s'; //to translate
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -448,4 +448,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //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
|
||||
$strServer = 'Server %s'; //to translate
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -448,4 +448,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //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
|
||||
$strServer = 'Server %s'; //to translate
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -449,4 +449,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //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
|
||||
$strServer = 'Server %s'; //to translate
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -448,4 +448,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //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
|
||||
$strServer = 'Server %s'; //to translate
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -449,4 +449,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //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
|
||||
$strServer = 'Server %s'; //to translate
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -448,4 +448,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //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
|
||||
$strServer = 'Server %s'; //to translate
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -435,4 +435,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //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
|
||||
$strServer = 'Server %s'; //to translate
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -436,4 +436,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //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
|
||||
$strServer = 'Server %s'; //to translate
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -435,4 +435,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //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
|
||||
$strServer = 'Server %s'; //to translate
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -434,4 +434,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //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
|
||||
$strServer = 'Server %s'; //to translate
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -434,4 +434,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //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
|
||||
$strServer = 'Server %s'; //to translate
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -432,4 +432,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //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
|
||||
$strServer = 'Server %s'; //to translate
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -447,4 +447,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //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
|
||||
$strServer = 'Server %s'; //to translate
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -448,4 +448,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //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
|
||||
$strServer = 'Server %s'; //to translate
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -447,4 +447,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //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
|
||||
$strServer = 'Server %s'; //to translate
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -433,4 +433,6 @@ $strYes = 'Ano';
|
||||
$strZip = '"zazipov<6F>no"';
|
||||
// To translate
|
||||
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -434,4 +434,6 @@ $strYes = 'Ano';
|
||||
$strZip = '"zazipováno"';
|
||||
// To translate
|
||||
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -433,4 +433,6 @@ $strYes = 'Ano';
|
||||
$strZip = '"zazipov<6F>no"';
|
||||
// To translate
|
||||
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -442,4 +442,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //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
|
||||
$strServer = 'Server %s'; //to translate
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -443,4 +443,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //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
|
||||
$strServer = 'Server %s'; //to translate
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -431,4 +431,6 @@ $strYes = 'Ja';
|
||||
$strZip = '"Gezipt"';
|
||||
|
||||
$strServer = 'Server %s'; //to translate
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -432,4 +432,6 @@ $strYes = 'Ja';
|
||||
$strZip = '"Gezipt"';
|
||||
|
||||
$strServer = 'Server %s'; //to translate
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -95,6 +95,7 @@ $strCreateNewTable = 'Create new table on database %s';
|
||||
$strCreatePage = 'Create a new Page';
|
||||
$strCreatePdfFeat = 'Creation of PDFs';
|
||||
$strCriteria = 'Criteria';
|
||||
$strCvsData = 'CSV data';
|
||||
|
||||
$strData = 'Data';
|
||||
$strDatabase = 'Database ';
|
||||
@@ -284,6 +285,7 @@ $strPrimaryKeyWarning = '("PRIMARY" <b>must</b> be the name of and <b>only of</b
|
||||
$strPrintView = 'Print view';
|
||||
$strPrivileges = 'Privileges';
|
||||
$strProperties = 'Properties';
|
||||
$strPutColNames = 'Put fields names at first row';
|
||||
|
||||
$strQBE = 'Query';
|
||||
$strQBEDel = 'Del';
|
||||
|
@@ -96,6 +96,7 @@ $strCreateNewTable = 'Create new table on database %s';
|
||||
$strCreatePage = 'Create a new Page';
|
||||
$strCreatePdfFeat = 'Creation of PDFs';
|
||||
$strCriteria = 'Criteria';
|
||||
$strCvsData = 'CSV data';
|
||||
|
||||
$strData = 'Data';
|
||||
$strDatabase = 'Database ';
|
||||
@@ -285,6 +286,7 @@ $strPrimaryKeyWarning = '("PRIMARY" <b>must</b> be the name of and <b>only of</b
|
||||
$strPrintView = 'Print view';
|
||||
$strPrivileges = 'Privileges';
|
||||
$strProperties = 'Properties';
|
||||
$strPutColNames = 'Put fields names at first row';
|
||||
|
||||
$strQBE = 'Query';
|
||||
$strQBEDel = 'Del';
|
||||
|
@@ -428,4 +428,6 @@ $strZip = '"zipitud"';
|
||||
// To translate
|
||||
|
||||
$strServer = 'Server %s'; //to translate
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -429,4 +429,6 @@ $strZip = '"zipitud"';
|
||||
// To translate
|
||||
|
||||
$strServer = 'Server %s'; //to translate
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -431,4 +431,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //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
|
||||
$strServer = 'Server %s'; //to translate
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -432,4 +432,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //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
|
||||
$strServer = 'Server %s'; //to translate
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -95,6 +95,7 @@ $strCreateNewTable = 'Cr
|
||||
$strCreatePage = 'Cr<43>er une page';
|
||||
$strCreatePdfFeat = 'G<>n<EFBFBD>ration de sch<63>mas en PDF';
|
||||
$strCriteria = 'Crit<69>re';
|
||||
$strCvsData = 'Donn<6E>es CSV';
|
||||
|
||||
$strData = 'Donn<6E>es';
|
||||
$strDatabase = 'Base de donn<6E>es';
|
||||
@@ -284,6 +285,7 @@ $strPrimaryKeyWarning = '("PRIMARY" <b>doit et ne peut
|
||||
$strPrintView = 'Version imprimable';
|
||||
$strPrivileges = 'Privil<69>ges';
|
||||
$strProperties = 'Propri<72>t<EFBFBD>s';
|
||||
$strPutColNames = 'Afficher les noms de champ en premi<6D>re ligne';
|
||||
|
||||
$strQBE = 'Requ<71>te';
|
||||
$strQBEDel = 'Effacer';
|
||||
@@ -340,6 +342,7 @@ $strSelectFields = 'Choisir les champs
|
||||
$strSelectNumRows = 'dans la requ<71>te';
|
||||
$strSelectTables = 'Choisissez les tables';
|
||||
$strSend = 'Transmettre';
|
||||
$strServer = 'Serveur %s';
|
||||
$strServerChoice = 'Choix 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\').';
|
||||
@@ -411,6 +414,7 @@ $strUsers = 'Utilisateurs et privil
|
||||
$strUseTables = 'Utiliser les tables';
|
||||
|
||||
$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';
|
||||
$strViewDump = '<b>Afficher le sch<63>ma</b> de la table';
|
||||
$strViewDumpDB = 'Afficher le sch<63>ma de la base ';
|
||||
@@ -426,7 +430,4 @@ $strYes = 'Oui';
|
||||
$strZip = '"zipp<70>"';
|
||||
|
||||
// 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
|
||||
?>
|
||||
|
@@ -96,6 +96,7 @@ $strCreateNewTable = 'Créer une nouvelle table sur la base %s';
|
||||
$strCreatePage = 'Créer une page';
|
||||
$strCreatePdfFeat = 'Génération de schémas en PDF';
|
||||
$strCriteria = 'Critère';
|
||||
$strCvsData = 'Données CSV';
|
||||
|
||||
$strData = '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';
|
||||
$strPrivileges = 'Privilèges';
|
||||
$strProperties = 'Propriétés';
|
||||
$strPutColNames = 'Afficher les noms de champ en première ligne';
|
||||
|
||||
$strQBE = 'Requête';
|
||||
$strQBEDel = 'Effacer';
|
||||
@@ -341,6 +343,7 @@ $strSelectFields = 'Choisir les champs à afficher (au moins un)';
|
||||
$strSelectNumRows = 'dans la requête';
|
||||
$strSelectTables = 'Choisissez les tables';
|
||||
$strSend = 'Transmettre';
|
||||
$strServer = 'Serveur %s';
|
||||
$strServerChoice = 'Choix 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\').';
|
||||
@@ -412,6 +415,7 @@ $strUsers = 'Utilisateurs et privilèges';
|
||||
$strUseTables = 'Utiliser les tables';
|
||||
|
||||
$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';
|
||||
$strViewDump = '<b>Afficher le schéma</b> de la table';
|
||||
$strViewDumpDB = 'Afficher le schéma de la base ';
|
||||
@@ -427,7 +431,4 @@ $strYes = 'Oui';
|
||||
$strZip = '"zippé"';
|
||||
|
||||
// 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
|
||||
?>
|
||||
|
@@ -435,4 +435,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //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
|
||||
$strServer = 'Server %s'; //to translate
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -436,4 +436,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //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
|
||||
$strServer = 'Server %s'; //to translate
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -447,4 +447,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //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
|
||||
$strServer = 'Server %s'; //to translate
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -436,4 +436,6 @@ $strYes = 'Ja';
|
||||
$strZip = 'Zip-komprimiert';
|
||||
// To translate
|
||||
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -437,4 +437,6 @@ $strYes = 'Ja';
|
||||
$strZip = 'Zip-komprimiert';
|
||||
// To translate
|
||||
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -446,4 +446,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //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
|
||||
$strServer = 'Server %s'; //to translate
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -447,4 +447,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //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
|
||||
$strServer = 'Server %s'; //to translate
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -444,4 +444,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //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
|
||||
$strServer = 'Server %s'; //to translate
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -457,4 +457,6 @@ $strWebServerUploadDirectoryError = 'The directory you set for upload work canno
|
||||
|
||||
$strZip = '"zipped"' ; //to translate
|
||||
$strServer = 'Server %s'; //to translate
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -432,4 +432,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //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
|
||||
$strServer = 'Server %s'; //to translate
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -433,4 +433,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //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
|
||||
$strServer = 'Server %s'; //to translate
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -430,4 +430,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //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
|
||||
$strServer = 'Server %s'; //to translate
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -431,4 +431,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //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
|
||||
$strServer = 'Server %s'; //to translate
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -434,4 +434,6 @@ $strYes = ' Si ';
|
||||
$strZip = '"compresso con zip"';
|
||||
|
||||
// To translate
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -435,4 +435,6 @@ $strYes = ' Si ';
|
||||
$strZip = '"compresso con zip"';
|
||||
|
||||
// To translate
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -437,4 +437,6 @@ $strYes = '
|
||||
|
||||
$strZip = '"zip<69><70><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"';
|
||||
$strServer = 'Server %s'; //to translate
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -436,4 +436,6 @@ $strYes = '
|
||||
|
||||
$strZip = '"zip<69><70><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"';
|
||||
$strServer = 'Server %s'; //to translate
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -438,4 +438,6 @@ $strYes = 'はい';
|
||||
|
||||
$strZip = '"zipされる"';
|
||||
$strServer = 'Server %s'; //to translate
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -447,4 +447,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //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
|
||||
$strServer = 'Server %s'; //to translate
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -448,4 +448,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //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
|
||||
$strServer = 'Server %s'; //to translate
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -447,4 +447,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //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
|
||||
$strServer = 'Server %s'; //to translate
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -435,4 +435,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //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
|
||||
$strServer = 'Server %s'; //to translate
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -434,4 +434,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //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
|
||||
$strServer = 'Server %s'; //to translate
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -449,4 +449,6 @@ $strZip = '"zipped"';
|
||||
$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
|
||||
$strServer = 'Server %s'; //to translate
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -450,4 +450,6 @@ $strZip = '"zipped"';
|
||||
$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
|
||||
$strServer = 'Server %s'; //to translate
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -433,4 +433,6 @@ $strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
|
||||
$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate
|
||||
|
||||
$strServer = 'Server %s'; //to translate
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -434,4 +434,6 @@ $strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
|
||||
$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate
|
||||
|
||||
$strServer = 'Server %s'; //to translate
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -428,4 +428,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //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
|
||||
$strServer = 'Server %s'; //to translate
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -429,4 +429,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //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
|
||||
$strServer = 'Server %s'; //to translate
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -439,4 +439,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //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
|
||||
$strServer = 'Server %s'; //to translate
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -440,4 +440,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //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
|
||||
$strServer = 'Server %s'; //to translate
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -428,4 +428,6 @@ $strZip = '"arhivat"';
|
||||
// To translate
|
||||
|
||||
$strServer = 'Server %s'; //to translate
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -429,4 +429,6 @@ $strZip = '"arhivat"';
|
||||
// To translate
|
||||
|
||||
$strServer = 'Server %s'; //to translate
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -438,4 +438,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //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
|
||||
$strServer = 'Server %s'; //to translate
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -439,4 +439,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //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
|
||||
$strServer = 'Server %s'; //to translate
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -438,4 +438,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //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
|
||||
$strServer = 'Server %s'; //to translate
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -450,4 +450,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //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
|
||||
$strServer = 'Server %s'; //to translate
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -449,4 +449,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //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
|
||||
$strServer = 'Server %s'; //to translate
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -430,4 +430,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //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
|
||||
$strServer = 'Server %s'; //to translate
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -431,4 +431,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //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
|
||||
$strServer = 'Server %s'; //to translate
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -430,4 +430,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //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
|
||||
$strServer = 'Server %s'; //to translate
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -432,4 +432,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //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
|
||||
$strServer = 'Server %s'; //to translate
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -433,4 +433,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //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
|
||||
$strServer = 'Server %s'; //to translate
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -432,4 +432,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //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
|
||||
$strServer = 'Server %s'; //to translate
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -429,4 +429,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //to translate
|
||||
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
|
||||
|
||||
$strServer = 'Server %s'; //to translate
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -430,4 +430,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //to translate
|
||||
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
|
||||
|
||||
$strServer = 'Server %s'; //to translate
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -429,4 +429,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //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
|
||||
$strServer = 'Server %s'; //to translate
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -430,4 +430,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //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
|
||||
$strServer = 'Server %s'; //to translate
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -430,4 +430,6 @@ $strYes = '
|
||||
$strZip = '"<22>١<EFBFBD>պ<EFBFBD>Ѵ<EFBFBD><D1B4><EFBFBD><EFBFBD> (zip)"';
|
||||
|
||||
$strServer = 'Server %s'; //to translate
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -431,4 +431,6 @@ $strYes = 'ใช่';
|
||||
$strZip = '"ถูกบีบอัดอยู่ (zip)"';
|
||||
|
||||
$strServer = 'Server %s'; //to translate
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -435,4 +435,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //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
|
||||
$strServer = 'Server %s'; //to translate
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -436,4 +436,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //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
|
||||
$strServer = 'Server %s'; //to translate
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -438,4 +438,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //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
|
||||
$strServer = 'Server %s'; //to translate
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -437,4 +437,6 @@ $strWebServerUploadDirectory = 'web-server upload directory'; //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
|
||||
$strServer = 'Server %s'; //to translate
|
||||
$strCvsData = 'CSV data'; //to translate
|
||||
$strPutColNames = 'Put fields names at first row'; //to translate
|
||||
?>
|
||||
|
@@ -503,6 +503,24 @@ if (!defined('PMA_BUILD_DUMP_LIB_INCLUDED')){
|
||||
$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
|
||||
$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);
|
||||
|
@@ -84,6 +84,12 @@ echo "\n";
|
||||
<label for="checkbox_dump_extended_ins"><?php echo $strExtendedInserts; ?></label><br />
|
||||
|
||||
<?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 />
|
||||
|
||||
<input type="checkbox" name="showcsvnames" value="yes" id="checkbox_dump_showcsvnames" />
|
||||
<label for="checkbox_dump_showcsvnames"><?php echo $strPutColNames; ?></label>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
Reference in New Issue
Block a user