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

@@ -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
?>