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

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